Skip to content

Instantly share code, notes, and snippets.

View lambdaschmied2's full-sized avatar
👩‍🏭
Am Lambdas schmieden

Paul Hempel lambdaschmied2

👩‍🏭
Am Lambdas schmieden
View GitHub Profile
@akovantsev
akovantsev / cursive-shadow-cljs-repl-setup.md
Last active May 15, 2024 16:54
Setting up shadow-cljs cljs REPL in Cursive
@jamesnyika
jamesnyika / Clojurescript & React Navigation 3.md
Last active April 7, 2024 01:06
Using React Navigation 3 with Clojurescript

React Navigation in Clojurescript

I have been using v2 of React navigation for some time but needed to find a good article or source describing how to integrate it into a clojurescript project using Reagent, Re-frame, Shadow-cljs and no Leiningen or Figwheel. No offence to those libraries and tools, I just wanted to use Shadow so that I could also take advantage of the easy use of deps.edn. So how do you use React Navigation v3 in CLJS ?

Install Stuff

Make sure you have a project setup and install React Navigation using yarn or npm. I will not cover this. Please see this basic project setup from the shadow site as a reference :

Shadow CLJS Examples

The Basic Setup