Replies: 1 comment 6 replies
-
Thanks for bringing this up, and hot reload is much desired feature in Floem, myself included. Your ideas are probably 99% matching I've been thinking about how hot reloading is going to work in Floem. I think a good first step is to support styles reloading (and probably easiest), and the way how Floem style update works actually make it quite easy to update the style from a different process, and the key information would be the View Id. The tricky part will be the "parser" where it listens to file changes and extract the updates from file changes and then send the updates to Floem. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm excited about everything in floem, it meets 90% of my expectations!
Structure
File watcher
Style/component compiler
Independent runtime
Process
Fallback plan
implementing just these parts would also be a significant improvement for floem
Beta Was this translation helpful? Give feedback.
All reactions