Skip to content

media-market-ltd/pull-checklist-beta

 
 

Repository files navigation

Rails 7 + Hotwire (Turbo + Stimulus) = Modern web applications

Screen Shot 2022-10-25 at 08 11 44

https://medium.com/@raphox/rails-7-hotwire-turbo-stimulus-modern-web-applications-d9dab177bdcb

Steps used to generate this project:

rails new rails-7-fullstack -j esbuild -c tailwind
cd rails-7-fullstack
echo "rails-7-fullstack" > .ruby-gemset
rvm use @rails-7-fullstack
bin/rails d stimulus hello
# Created .editorconfig
rails g scafolld Kit::Product name:string
rails g scaffold Kit::Component product:references name:string
bin/rails db:migrate
# Changed the root route
# Applied Tailwind styles
bundle add simple_form
bin/rails generate simple_form:install

Branchs:

I created different PRs to show the differences during the improviment from Rails' scaffold to a NextJS application as client:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 46.1%
  • TypeScript 23.9%
  • CSS 16.6%
  • HTML 11.4%
  • JavaScript 1.8%
  • Shell 0.2%