Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reflex-frp/reflex-todomvc

Reflex FRP is a composable, cross-platform functional reactive programming framework for Haskell. It allows you to build interactive components in pure functional style, working in harmony with established Haskell techniques and improving the quality and elegance of your applications.
https://github.com/reflex-frp/reflex-todomvc

frp functional-reactive-programming haskell reactive reflex-frp

Last synced: about 2 months ago
JSON representation

Reflex FRP is a composable, cross-platform functional reactive programming framework for Haskell. It allows you to build interactive components in pure functional style, working in harmony with established Haskell techniques and improving the quality and elegance of your applications.

Awesome Lists containing this project

README

        

# TodoMVC in Reflex

All of the code lives in `src/Reflex/TodoMVC.hs`.
`style.css` is embedded into the application.

## Build Instructions

You probably want to use https://nixcache.reflex-frp.org, the official build
artifact cache, so you don't spend hours building dependencies from source when
you run the commands below. See https://github.com/reflex-frp/reflex-platform
for details.

```bash
nix-build -E '(import dep/reflex-platform {}).ghcjs.callPackage ./. {}'
cd result/bin/reflex-todomvc.jsexe
```

Then open `index.html` in your browser!