Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhauman/frontier
functional front end web dev - WIP
https://github.com/bhauman/frontier
Last synced: 7 days ago
JSON representation
functional front end web dev - WIP
- Host: GitHub
- URL: https://github.com/bhauman/frontier
- Owner: bhauman
- License: epl-1.0
- Created: 2014-04-03T23:39:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T12:31:17.000Z (over 10 years ago)
- Last Synced: 2024-05-08T19:13:33.646Z (6 months ago)
- Language: JavaScript
- Size: 730 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frontier
A lightweight ClojureScript library that presents pedestal-app like
approach to handling state and control.The general idea is to be able to write apps functionally with a sane
way to handle composability and side effects.I am extremely interested in maintaining a transaction boundary at the
edge of the app state. I want to always be able to have a
deterministic answer to the question what is the app state given a
certain list of inputs.The paper ["Out of the Tar
Pit"](http://shaffner.us/cs/papers/tarpit.pdf) is my main reference
for this library but was also heavily inspired by pedestal and the
composability of React.This lib is renderer agnostic.
There are two examples in the `examples/frontier_examples/components.cljs` directory.
## Usage
Still very much a work in progress.
## License
Copyright © 2014 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.