https://github.com/rafaeldelboni/helix-refx-reitit-example
Rewrite of reitit.frontend-re-frame with helix and refx
https://github.com/rafaeldelboni/helix-refx-reitit-example
clojurescript helix react refx reitit
Last synced: 3 months ago
JSON representation
Rewrite of reitit.frontend-re-frame with helix and refx
- Host: GitHub
- URL: https://github.com/rafaeldelboni/helix-refx-reitit-example
- Owner: rafaeldelboni
- Created: 2022-10-24T14:49:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T01:10:40.000Z (about 1 year ago)
- Last Synced: 2025-02-06T13:58:16.635Z (3 months ago)
- Topics: clojurescript, helix, react, refx, reitit
- Language: Clojure
- Homepage: http://rafael.delboni.cc/helix-refx-reitit-example/
- Size: 736 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# helix-refx-reitit-example
Rewrite of [reitit.frontend-re-frame](https://github.com/metosin/reitit/blob/master/examples/frontend-re-frame/src/cljs/frontend_re_frame/core.cljs) with helix and refx. *[source](src/app/core.cljs)*
Rewrite of [reitit.frontend-auth](https://github.com/metosin/reitit/blob/master/examples/frontend-auth/src/frontend/core.cljs) using refx as state instead of a atom. *[source](src/app/login.cljs)*## Watch Run
```bash
npm run watch app
# or
npm run watch login
```
The app will be hosted locally on:
- http://localhost:8000 for the base example
- http://localhost:8000/login.html for the login example## Release
```bash
npm run release
```## Demo
You can check this sample running in your browser here:
http://rafael.delboni.cc/helix-refx-reitit-example