Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippkueng/devexpress-react-cljs
A re-frame & shadow-cljs example extended with devexpress-react components
https://github.com/philippkueng/devexpress-react-cljs
Last synced: 8 days ago
JSON representation
A re-frame & shadow-cljs example extended with devexpress-react components
- Host: GitHub
- URL: https://github.com/philippkueng/devexpress-react-cljs
- Owner: philippkueng
- Created: 2020-03-28T08:13:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:17:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T04:52:44.237Z (about 1 month ago)
- Language: Clojure
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Example Project
Usage of [re-frame](https://github.com/Day8/re-frame), [re-frame-10x](https://github.com/day8/re-frame-10x), and the [shadow-cljs](https://github.com/thheller/shadow-cljs/) build tool.
**[Live Demo](https://mhuebert.github.io/shadow-re-frame/)** - https://mhuebert.github.io/shadow-re-frame/
----
[re-frame-trace](https://github.com/Day8/re-frame-trace) provides visibility into `re-frame` applications, showing you exactly what's going on under the hood.
[shadow-cljs](https://github.com/thheller/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](https://i.imgur.com/TK2rO24.png)