-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENG-4713] Cache pages which add states when evaluating #4788
Conversation
These need to be replayed on the backend to ensure state alignment.
CodSpeed Performance ReportMerging #4788 will not alter performanceComparing Summary
|
Handle closing files with contextmanager
since we're making another directory here inside of .web, should we start the process towards |
i dont think we need to get caught up in that yet. this new directory currently only contains compile-time artifacts, so we won't run into the reloading issue because this directory wont be modified at runtime. but yes ultimately we will need to reorganize at some point. the other thing that i realized is missing from this PR is that we're not including this new |
allow the backend to come up without having to re-evaluate all of the pages:
Still waiting on reflex-web / flexdown support to ensure frontend/backend states are aligned.