All Projects → mhuebert → shadow-re-frame

mhuebert / shadow-re-frame

Licence: other
Example of shadow-cljs with re-frame, re-frame-trace

Programming Languages

clojure
4091 projects
HTML
75241 projects

Example Project

Usage of re-frame, re-frame-10x, and the shadow-cljs build tool.

Live Demo - https://mhuebert.github.io/shadow-re-frame/


re-frame-trace provides visibility into re-frame applications, showing you exactly what's going on under the hood.

shadow-cljs is a fairly new-to-the-world (but used by @thheller for some years already) ClojureScript build tool. It's improving day by day. It does some nice things, for example caching intermediate compile results, which can speed up :advanced builds by 5x or more (with a hot cache). It's also the only build tool that supports bundling of dependencies for the self-hosted compiler.

To get started:

git clone https://github.com/mhuebert/shadow-re-frame.git ;
cd shadow-re-frame;
npm install;
npm run watch;

Then, open a browser window to http://localhost:8700.

Press Control-H to see the re-frame-trace panel.

Now you should see:

screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].