-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
roadmaphttps://github.com/reflex-dev/reflex/issues/2727https://github.com/reflex-dev/reflex/issues/2727
Description
Hot reload in development mode takes longer than it should, here are some ideas for reducing the time from saving the file in the editor to seeing the change in the browser:
- Optimize compilation of components to JS code
- Instantiate components faster
- Roll up imports, hooks, and custom code in a single pass
- Cache the result of unchanged pages and components
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
roadmaphttps://github.com/reflex-dev/reflex/issues/2727https://github.com/reflex-dev/reflex/issues/2727