reflex-dom alternatives and similar packages
Based on the "reflex" category.
Alternatively, view reflex-dom alternatives based on common mentions on social networks and blogs.
-
reflex
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. -
reflex-fsnotify
Watch files and directories for changes using a functional-reactive interface! -
reflex-transformers
Switchable monad transformers and collections for reflex -
reflex-gloss-scene
A simple scene-graph using reflex and gloss -
reflex-dynamic-containers
dynamic containers for reflex -
reflex-external-ref
External reference with reactivity support
Static code analysis for 29 languages.
Do you think we are missing an alternative of reflex-dom or a related project?
README
Reflex-DOM
Web applications without callbacks or side-effects. Reflex-DOM brings the power of Functional Reactive Programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.
Reflex-DOM is a framework for building web applications in Haskell, based on the Functional Reactive Programming library Reflex.
Visit https://reflex-frp.org/ for more information, tutorials, documentation and examples.
Additional resources
- Official Website
- [Quick Reference](Quickref.md)
- Obelisk: A framework built on Reflex and Reflex-DOM for functional reactive web and mobile applications, with batteries included.
- Get started with Reflex
- /r/reflexfrp
- irc.freenode.net #reflex-frp
Hacking
Use the ./scripts/hack-on haskell-overlays/reflex-packages/dep/reflex-dom
script in Reflex Platform to checkout the source code of reflex-dom
locally in ./dep/reflex-dom
directory.
Then do modifications to the source in place, and use the ./try-reflex
or ./scripts/work-on
scripts to create the shell to test your changes.
*Note that all licence references and agreements mentioned in the reflex-dom README section above
are relevant to that project's source code only.