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

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

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