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.

Home Page:https://reflex-frp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

Then open index.html in your browser!

About

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://reflex-frp.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 59.1%Language:CSS 21.7%Language:Swift 10.4%Language:Nix 8.2%Language:Objective-C 0.5%