Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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