ClojureScript: simple within parenthesis
Example code using:
react-tooltip)date-fns)Here is a clickable example web page based on the source code of this repo.
Have a look at this Blog post
for an introduction to Clojure, ClojureScript, Reagent and re-frame.
Slides
in
used in the 2021-01-20 FreeCode MeetUp Series
and the presentation in
on Youtube
Looking for code and examples from FuncProg Second MeetUp 2021?
It’s in this feature branch
Starting the app:
npx shadow-cljs watch app tests
You can now browse:
Or, if you are using Emacs, run the command cider-jack-in-cljs from the editor.
To make the app startup process even smoother, create a .dir-locals.el file in the root folder, add this to it:
((nil . ((cider-default-cljs-repl . shadow)(cider-shadow-default-options . ":app")(cider-shadow-watched-builds . (":app" ":tests")))))
The theme switching css comes from this blog post.