Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reflex-frp/reflex-examples
- Owner: reflex-frp
- License: bsd-3-clause
- Created: 2015-07-14T20:33:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T16:01:54.000Z (5 months ago)
- Last Synced: 2025-01-13T22:14:42.548Z (9 days ago)
- Topics: frp, functional-reactive-programming, haskell, reactive, reflex-frp
- Language: Haskell
- Homepage: https://reflex-frp.org
- Size: 2.13 MB
- Stars: 81
- Watchers: 34
- Forks: 33
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.