Skip to content

Strategies for Improving Hot Reload Time #4922

@masenf

Description

@masenf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    roadmaphttps://github.com/reflex-dev/reflex/issues/2727

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions