/reflex-examples

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.

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Reflex Examples

See https://examples.reflex-frp.org/

To run the examples locally, install Obelisk, go into the project directory, and run ob run. This will compile the examples using ghc and run them locally on http://localhost:8000/. You can also do modifications to the examples while the ob run command is running, it will recompile them automatically when the file is saved, and reload the page where it's running.