Popularity
9.9
Stable
Activity
4.4
-
1,054
63
142

Monthly Downloads: 178
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: FRP     Reflex    
Latest version: v0.8.2.1

reflex alternatives and similar packages

Based on the "reflex" category.
Alternatively, view reflex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of reflex or a related project?

Add another 'reflex' Package

README

Reflex

Haskell Hackage Hackage CI BSD3 License

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 is a fully-deterministic, higher-order Functional Reactive Programming interface and an engine that efficiently implements that interface.

Visit https://reflex-frp.org for more information, tutorials, documentation and examples.

Resources

Hacking

From the root of a Reflex Platform checkout, run ./scripts/hack-on haskell-overlays/reflex-packages/dep/reflex. This will check out the reflex source code into the haskell-overlays/reflex-packages/dep/reflex directory. You can then point that checkout at your fork, make changes, etc. Use the ./try-reflex or ./scripts/work-on scripts to start a shell in which you can test your changes.


*Note that all licence references and agreements mentioned in the reflex README section above are relevant to that project's source code only.