In addition to the book, Fulcro has excellent docs and resources available:<p>* Full-stack example [0], implementing the RealWorld spec using the Walkable SQL library and the Duct server-side framework<p>* Fulcro's implementation [1] of UI state machines (recent HN discussion on the topic [2])<p>* Fulcro training video series, from the creator Tony Kay [3]<p>* An answer to why Fulcro [4]<p>* How Fulcro differs from Om [5]<p>* Fulcro's integration with the Semantic UI React toolkit [6]<p>* Where Fulcro is headed next, in v3 [7]<p>To me Fulcro is Clojure's missing framework. With Fulcro (and thanks to Clojure/Script), applications are composed and painted onto the screen -- this is thanks to the REPL and hot-reloading that preserves state. For a demonstration, see the Fulcro training playlist on YouTube [3].<p>Some personal favorite Fulcro features: (A) the built-in support viewer [8], which can take state history serialized on the client and play it back on a developer's machine (like a basic, self-hosted <a href="https://logrocket.com" rel="nofollow">https://logrocket.com</a>). (B) Workspaces [9], which is similar to <a href="https://storybook.js.org" rel="nofollow">https://storybook.js.org</a>.<p>#fulcro is very active on the Clojurians Slack <a href="http://clojurians.net" rel="nofollow">http://clojurians.net</a> (or Zulip! <a href="https://clojureverse.org/t/introducing-clojurians-zulip/3173" rel="nofollow">https://clojureverse.org/t/introducing-clojurians-zulip/3173</a>)<p>[0]: <a href="https://github.com/walkable-server/realworld-fulcro" rel="nofollow">https://github.com/walkable-server/realworld-fulcro</a><p>[1]: <a href="https://github.com/fulcrologic/fulcro-incubator/blob/develop/state-machine-docs.adoc" rel="nofollow">https://github.com/fulcrologic/fulcro-incubator/blob/develop...</a><p>[2]: <a href="https://news.ycombinator.com/item?id=19268734" rel="nofollow">https://news.ycombinator.com/item?id=19268734</a><p>[3]: <a href="https://www.youtube.com/playlist?list=PLVi9lDx-4C_Rwb8LUwW4AdjAu-39PHgEE" rel="nofollow">https://www.youtube.com/playlist?list=PLVi9lDx-4C_Rwb8LUwW4A...</a><p>[4]: <a href="http://fulcro.fulcrologic.com/benefits.html" rel="nofollow">http://fulcro.fulcrologic.com/benefits.html</a><p>[5]: <a href="http://fulcro.fulcrologic.com/vsom-next.html" rel="nofollow">http://fulcro.fulcrologic.com/vsom-next.html</a><p>[6]: <a href="https://github.com/fulcrologic/semantic-ui-wrapper" rel="nofollow">https://github.com/fulcrologic/semantic-ui-wrapper</a><p>[7]: <a href="https://www.patreon.com/posts/fulcro-3-25683469" rel="nofollow">https://www.patreon.com/posts/fulcro-3-25683469</a>, <a href="https://www.patreon.com/posts/incubator-23082756" rel="nofollow">https://www.patreon.com/posts/incubator-23082756</a><p>[8]: <a href="http://book.fulcrologic.com/#_support_viewer" rel="nofollow">http://book.fulcrologic.com/#_support_viewer</a><p>[9]: <a href="http://book.fulcrologic.com/#_workspaces" rel="nofollow">http://book.fulcrologic.com/#_workspaces</a>