Skip to content

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.

License

Notifications You must be signed in to change notification settings

reflex-frp/reflex-todomvc

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published