https://github.com/agrafix/purescript-apparch
PureScript application layout pattern, derived from the Elm Architecture
https://github.com/agrafix/purescript-apparch
Last synced: 11 months ago
JSON representation
PureScript application layout pattern, derived from the Elm Architecture
- Host: GitHub
- URL: https://github.com/agrafix/purescript-apparch
- Owner: agrafix
- Created: 2016-01-01T19:56:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-12T09:54:13.000Z (about 10 years ago)
- Last Synced: 2025-07-02T06:56:56.901Z (11 months ago)
- Language: PureScript
- Size: 5.86 KB
- Stars: 18
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-apparch
AppArch is a lightweight library heavily inspired by [the Elm Architecture][elm-arch] and Elm's [start-app][start-app]. The library relies on [React components][react] and is powered [purescript-signal][purescript-signal].
## Usage Example
For an example project check [the example project][example].
## Documentation
On [pursuit][docs].
[docs]: http://pursuit.purescript.org/packages/purescript-apparch
[example]: https://github.com/agrafix/apparch-example
[react]: https://facebook.github.io
[start-app]: https://github.com/evancz/start-app
[elm-arch]: https://github.com/evancz/elm-architecture-tutorial/
[purescript-signal]: https://github.com/bodil/purescript-signal