A curated collection of live-reloading
tools and libraries associated with different languages and frameworks.
"Live reloading" refers to tools that run your compile/build step as you write code. This makes it faster for you to test your work as you write code. This is especially helpful for web development.
- RuntimeCompiledCPlusPlus
- JUCE Projucer
- RCRL - Read-Compile-Run-Loop - tiny and powerful interactive C++ compiler (REPL)
stack build --file-watch
flag
- NodeJS
- ReactJS
- AngularJS
- VueJS
- EmberJS
- QuokkaJS
- VanillaJS
- Gunicorn
- Flask
- Django
- Hupper
- Just use
hupper -m script
instead ofpython -m script
. - Docs
- Just use
- Pyramid
- Watchdog
- Sinatra
- Rails
- iOS
- Cross Platform
- Flutter
- React Native
Tools that allow you to live reload your local code changes directly to your dev/staging environment in the cloud.
Made with ♡♡love♡♡ by Hasura
This list originated when we were creating documentation for our live-cloud-reloading feature and we couldn't find any repo or article that curated live-reloading tools for different languages/frameworks.