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
Thanks - yes we definitely looked at the reagent cursor, as iirc, we chose the freactive one for performance, as the reagent one would do something such as deref the entire cursor from the very top even if one only wanted to 'get' a single nested leaf value.
Currently I run into
No protocol method ISwap.-swap! defined for type boolean: true
:https://github.com/christopherbalz/vibrashank/blob/rerender-on-cursor-change/src/cljs/vibrashank/views.cljs#L62
The initial cursor is here:
https://github.com/christopherbalz/vibrashank/blob/rerender-on-cursor-change/src/cljs/vibrashank/core.cljs#L34
I do not see how to apply the examples on the Cursor section of the README to this common case.
What is an example of how to set a leaf node (say, that is a boolean) located greater than one level deep in a nested freactive cursor?
The text was updated successfully, but these errors were encountered: