Liking cljdoc? Tell your friends :D

A MiniMe example of reagent + shadow-cljs + "Oz" setup

I had issues to integrate to a large project the OZ dependency (dependecy conflicts.. I can't solve). Therefore I extracted the important part of the code.

I modified for this example the https://github.com/ivanminutillo/reagent-shadow-oz-example code.

  1. No issues with CLJSJS dependencies
  2. Works with any versions of Vega
  3. Few lines (Shadow-cljs)

Usage

Clone the demo

git clone https://github.com/ivanminutillo/minime-oz-shadow-example.git

Enter the project and install the needed dependencies

cd minime-oz-shadow-example && yarn install

Start the app

shadow-cljs watch app

Visit http://localhost:3000

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close