Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paf31/purescript-react-explore
Experiments with comonads for modelling React UIs
https://github.com/paf31/purescript-react-explore
Last synced: about 2 months ago
JSON representation
Experiments with comonads for modelling React UIs
- Host: GitHub
- URL: https://github.com/paf31/purescript-react-explore
- Owner: paf31
- License: mit
- Archived: true
- Created: 2016-08-07T00:06:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T00:23:41.000Z (over 6 years ago)
- Last Synced: 2024-10-16T08:03:38.498Z (3 months ago)
- Language: PureScript
- Size: 20.5 KB
- Stars: 91
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - purescript-react-explor - Experiments with comonads for modelling React UIs. (UI Libraries)
README
# purescript-react-explore
Experiments with comonads for modelling React UIs, based on the paper
[Declarative UIs are the Future - And the Future is Comonadic!](https://github.com/paf31/the-future-is-comonadic/).- [Module Documentation](https://pursuit.purescript.org/packages/purescript-react-explore)
- [Example](test/Main.purs)Relevant blog posts:
- [Comonads as Spaces](http://blog.functorial.com/posts/2016-08-07-Comonads-As-Spaces.html) explains the basic concepts
- [Comonads and Day Convolution](http://blog.functorial.com/posts/2016-08-08-Comonad-And-Day-Convolution.html) explains the connection with Day convolution
- [Comonads for Optionality](http://blog.functorial.com/posts/2017-10-28-Comonads-For-Optionality.html) explains the `Sum` construction