Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collegevine/purescript-elmish
A PureScript implementation of The Elm Architecture
https://github.com/collegevine/purescript-elmish
purescript react reactjs
Last synced: 3 months ago
JSON representation
A PureScript implementation of The Elm Architecture
- Host: GitHub
- URL: https://github.com/collegevine/purescript-elmish
- Owner: collegevine
- License: mit
- Created: 2019-04-24T20:31:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T15:33:12.000Z (4 months ago)
- Last Synced: 2024-07-30T05:13:49.016Z (4 months ago)
- Topics: purescript, react, reactjs
- Language: PureScript
- Homepage:
- Size: 943 KB
- Stars: 66
- Watchers: 14
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-purescript - elmish - An ELM inspired framework (TEA) built on react. (UI / Elmish)
README
# PureScript-Elmish
## A PureScript implementation of The Elm Architecture[![build](https://github.com/collegevine/purescript-elmish/actions/workflows/build.yml/badge.svg)](https://github.com/collegevine/purescript-elmish/actions/workflows/build.yml)
This library is an implementation of The Elm Architecture in PureScript as a
thin state-management layer on top of React, with minimal fuss and transparent
interop with React, including minimal-friction use of existing React components.The name "Elmish" is an homage to the F# library of the same name:
______
For technical documentation, see Pursuit:
For guides and tutorials (not yet finished), see:
For examples, see