You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: