An open API service indexing awesome lists of open source software.

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

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