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-examples

See Reflex FRP in action with tinker-friendly code samples you can run yourself.
https://github.com/reflex-frp/reflex-examples

frp functional-reactive-programming haskell reactive reflex-frp

Last synced: 2 days ago
JSON representation

See Reflex FRP in action with tinker-friendly code samples you can run yourself.

Awesome Lists containing this project

README

        

# Reflex Examples

See [Reflex FRP](https://reflex-frp.org/) in action with tinker-friendly code samples you can run yourself.

These examples are running at https://examples.reflex-frp.org.

To run the examples locally, install [Obelisk](https://github.com/obsidiansystems/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.