maintaining-state-in-clojure
maintaining-state-in-clojure copied to clipboard
In “Caveat” section, describe how state is maintained in real apps
E.g, using a database connection, in-memory data store with atoms, and then providing access of this data to different parts of the app via components (and their dependencies).