Skip to content

A re-frame & shadow-cljs example extended with devexpress-react components

Notifications You must be signed in to change notification settings

philippkueng/devexpress-react-cljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://localhost:8700.

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

Now you should see:

screenshot

About

A re-frame & shadow-cljs example extended with devexpress-react components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published