-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi Conrad,
First let me thank you for the excellent framework. This is what I have been looking for a long time !
Conrad this is the use case I have -
-
I created an initial state (def app-state (atom {:data nil}))
-
Launched the app (launch-app app-state render-all)
-
Then did an ajax call which resets the :data key of the app-state
I expected the above to cause the DOM to rerender. (The render-all function loops over the data element and renders it). However there was no change. Any ideas on what I am doing wrong , or what should I do ?
Again thanks for the effort !
Thanks,
Murtaza
Metadata
Metadata
Assignees
Labels
No labels