All Projects → reflex-frp → reflex-examples

reflex-frp / reflex-examples

Licence: BSD-3-Clause license
See Reflex FRP in action with tinker-friendly code samples you can run yourself.

Programming Languages

haskell
3896 projects
CSS
56736 projects
Nix
1067 projects

Projects that are alternatives of or similar to reflex-examples

reflex-dom-ace
Reflex wrapper for the ACE editor
Stars: ✭ 12 (-84.21%)
Mutual labels:  functional-reactive-programming, frp, reflex-frp
reflex-dom-semui
A reflex-dom API for Semantic UI components
Stars: ✭ 22 (-71.05%)
Mutual labels:  functional-reactive-programming, frp, reflex-frp
reflex-native
Framework for writing fully native apps using Reflex, a Functional Reactive Programming library for Haskell.
Stars: ✭ 40 (-47.37%)
Mutual labels:  functional-reactive-programming, frp, reflex-frp
Lightning
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
Stars: ✭ 312 (+310.53%)
Mutual labels:  functional-reactive-programming, frp
Keera Hails
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications
Stars: ✭ 153 (+101.32%)
Mutual labels:  functional-reactive-programming, frp
Yampa
Functional Reactive Programming domain-specific language embedded in Haskell, for programming efficient hybrid (mixed discrete-time and continuous-time) systems.
Stars: ✭ 294 (+286.84%)
Mutual labels:  functional-reactive-programming, frp
Android Oss
Kickstarter for Android. Bring new ideas to life, anywhere.
Stars: ✭ 5,627 (+7303.95%)
Mutual labels:  functional-reactive-programming, frp
Reflex Platform
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.
Stars: ✭ 602 (+692.11%)
Mutual labels:  functional-reactive-programming, frp
Kickstarter Reactiveextensions
A collection of extensions to the ReactiveSwift framework.
Stars: ✭ 183 (+140.79%)
Mutual labels:  functional-reactive-programming, frp
Ios Oss
Kickstarter for iOS. Bring new ideas to life, anywhere.
Stars: ✭ 7,840 (+10215.79%)
Mutual labels:  functional-reactive-programming, frp
Ulmus
A functional-reactive style programming library for Clojure(script)
Stars: ✭ 33 (-56.58%)
Mutual labels:  functional-reactive-programming, frp
Reflex Vty
Build terminal applications using functional reactive programming (FRP) with Reflex FRP.
Stars: ✭ 117 (+53.95%)
Mutual labels:  functional-reactive-programming, frp
Rerxswift
ReRxSwift: RxSwift bindings for ReSwift
Stars: ✭ 97 (+27.63%)
Mutual labels:  functional-reactive-programming, frp
Hareactive
Purely functional reactive programming library
Stars: ✭ 293 (+285.53%)
Mutual labels:  functional-reactive-programming, frp
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.
Stars: ✭ 301 (+296.05%)
Mutual labels:  functional-reactive-programming, frp
Mobx Keystone
A MobX powered state management solution based on data trees with first class support for Typescript, support for snapshots, patches and much more
Stars: ✭ 284 (+273.68%)
Mutual labels:  functional-reactive-programming, frp
Turbine
Purely functional frontend framework for building web applications
Stars: ✭ 651 (+756.58%)
Mutual labels:  functional-reactive-programming, frp
Dunai
Classic and Arrowized Functional Reactive Programming, Reactive Programming, and Stream programming, all via Monadic Stream Functions
Stars: ✭ 115 (+51.32%)
Mutual labels:  functional-reactive-programming, frp
recurrent
A library for building functional-reactive (FRP) GUIs in Clojurescript
Stars: ✭ 49 (-35.53%)
Mutual labels:  functional-reactive-programming, frp
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.
Stars: ✭ 910 (+1097.37%)
Mutual labels:  functional-reactive-programming, frp

Reflex Examples

See Reflex FRP 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, 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].