https://github.com/justalever/livereload_demo
A live reload implementation for Rails using esbuild.
https://github.com/justalever/livereload_demo
Last synced: 3 months ago
JSON representation
A live reload implementation for Rails using esbuild.
- Host: GitHub
- URL: https://github.com/justalever/livereload_demo
- Owner: justalever
- Created: 2024-01-28T19:20:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T11:34:17.000Z (over 1 year ago)
- Last Synced: 2024-10-09T13:04:10.975Z (8 months ago)
- Language: Ruby
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# How to Add Live Reload to Your Rails Application
Live reload is an incredible tool for developers looking to boost their productivity. In this tutorial, I will walk you through the process of implementing live reload in your Ruby on Rails application using esbuild.
Implementing live reload can greatly streamline your development workflow, saving you valuable time and effort. By automatically refreshing your app whenever you make changes, you can instantly see the results without manually reloading the page.
To achieve this, we will leverage the power of esbuild, a cutting-edge technology for fast and efficient JavaScript bundling. By combining esbuild with Ruby on Rails, we can create a seamless live reload experience that will streamline your development process.
- [📕 Read the blog post](https://webcrunch.com/posts/live-reload-rails)
- [📺 Watch the tutorial](https://youtu.be/Pf3Kpbb4ZHg)------
### Additional links
- 👨💻 More tutorials and content: [https://webcrunch.com](https://webcrunch.com]
- 🎨 Bring life to Rails projects with Rails UI: [https://railsui.com](https://railsui.com).
- 👨💻 Hire me: Visit [https://railsui.com/custom](https://railsui.com/custom)
- 🐤 https://twitter.com/webcrunchblog.
- ⚙️ https://github.com/justalever.