Hello, Sometimes, when building components, they depend on internal logic that the entire app doesn't care about. For example: A toggle button that toggles display between two fields from the app-state. The status of the toggle (which of the fields is displayed) is only the concern of the toggle component. I know it is possible to store this local state in the local state of the component, but is there a way to add it to the cursor of the component without changing the app-state?
-- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
