Skip to content
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

keep state of reconciler when recompiling/reloading namespace #28

Closed
EMayej opened this issue Mar 2, 2018 · 1 comment
Closed

keep state of reconciler when recompiling/reloading namespace #28

EMayej opened this issue Mar 2, 2018 · 1 comment

Comments

@EMayej
Copy link

EMayej commented Mar 2, 2018

Currently when I edit some control file, figwheel re-eval that file and reconciler, so the state is set to (atom {}) again and again.

  1. Is it possible to keep the state?
  2. Is there a way to pull the whole state of reconciler? So I could save the state and load it back after eval
@roman01la
Copy link
Collaborator

use defonce to define state or the entire reconciler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants