https://github.com/collegevine/purescript-elmish
A PureScript implementation of The Elm Architecture
https://github.com/collegevine/purescript-elmish
purescript react reactjs
Last synced: 21 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-11T20:42:37.000Z (about 1 month ago)
- Last Synced: 2026-02-12T03:38:13.783Z (30 days ago)
- Topics: purescript, react, reactjs
- Language: PureScript
- Homepage:
- Size: 1.14 MB
- Stars: 71
- Watchers: 13
- Forks: 2
- Open Issues: 3
-
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
[](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