Pinned Loading
Repositories
- reflex-dom Public
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-todomvc Public
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.
- reflex Public
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 Public
Watch files and directories for changes using a functional-reactive interface!
- reflex-gadt-api Public
Interact with a JSON-serialized API defined by a GADT in your reflex-dom application
- reflex-platform Public
A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
- nix-haskell Public
- reflex-dom-contrib Public
- reflex-vty Public
Build terminal applications using functional reactive programming (FRP) with Reflex FRP.