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

eerolinna/reflex-examples

 
 

Repository files navigation

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.

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 96.2%
  • CSS 3.2%
  • Nix 0.6%