rails-todo-playground
is just a small playground i use to test new rails versions, features and configuration options.
This repository contains different branches with different tests of different technologies:
Branch | Description | Build | Coverage |
---|---|---|---|
classic | classic ruby on rails application without any javascript | ||
hotwire | improved user experience of the main application using hotwire to only rerender needed parts of the page | ||
react-importmap | react version using importmap, without JSX | ||
react-importmap-htm | react version using importmap and htm as replacement for JSX | ||
react-webpack | react version using webpack as bundler | ||
react-esbuild | react version using esbuild as bundler | ||
react-on-rails | react version using react on rails |
MIT License. See LICENSE.txt
for more information.