You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be cool to implement in browser live reloading whenever reflex detects an update... The LiveReload protocol has already got a lot of nuances of browser reloading figured out and has been around for a long time. Here are some GoLang implementations.
Basic GoLang implementation of live-reload that exists:
There are live reload browser extensions for Firefox, Chrome
Reflex is so much faster than similar tools that I've tried... Would be amazing if it also supported this websocket based LiveReload... Almost like magic - bypassing the need to integrate LiveReload directly into applications!
The text was updated successfully, but these errors were encountered:
Would be cool to implement in browser live reloading whenever
reflex
detects an update... The LiveReload protocol has already got a lot of nuances of browser reloading figured out and has been around for a long time. Here are some GoLang implementations.There are live reload browser extensions for Firefox, Chrome
Reflex is so much faster than similar tools that I've tried... Would be amazing if it also supported this websocket based LiveReload... Almost like magic - bypassing the need to integrate LiveReload directly into applications!
The text was updated successfully, but these errors were encountered: