forked from larrychristensen/orcpub
-
-
Notifications
You must be signed in to change notification settings - Fork 106
Useful links and resources for understanding clojure, and this project
codeGlaze edited this page Apr 11, 2021
·
2 revisions
The OrcPub2 project is a complicated mesh of several QoL clojure(script) libraries making the already quirky language even more dense with intricacies. This is a link repository intended to help point people to resources that explain and walk through various confusion aspects of the CLJ/S, Reagent, Re-Frame stack. With the intent to demystify some of the details that confound many of the maintainers and, especially, new individuals looking to help out.
- (Purely Functional's tutorial to Reagent and Re-Frame)[https://purelyfunctional.tv/guide/reagent/]
- (Using
nil
, true, and false) [https://purelyfunctional.tv/guide/reagent/#nil-attr]