All Projects â†’ lettier â†’ purescript-pop

lettier / purescript-pop

Licence: other
😃 A functional reactive programming (FRP) demo created with PureScript events and behaviors.

Programming Languages

purescript
368 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to purescript-pop

reflex-native
Framework for writing fully native apps using Reflex, a Functional Reactive Programming library for Haskell.
Stars: ✭ 40 (+21.21%)
Mutual labels:  reactive, functional-reactive-programming, frp
Sodium Typescript
Typescript/Javascript implementation of Sodium FRP (Functional Reactive Programming) library
Stars: ✭ 102 (+209.09%)
Mutual labels:  reactive, functional-reactive-programming, frp
Rxcombine
Bi-directional type bridging between RxSwift and Apple's Combine framework
Stars: ✭ 741 (+2145.45%)
Mutual labels:  reactive, 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 (+812.12%)
Mutual labels:  reactive, functional-reactive-programming, frp
The Front End Architect Resource List
Front End Architecture resources
Stars: ✭ 21 (-36.36%)
Mutual labels:  front-end, web-development, front-end-development
Awesome Rxjs
A collection of awesome RxJS resources
Stars: ✭ 314 (+851.52%)
Mutual labels:  reactive, reactive-programming, functional-reactive-programming
Rocket.jl
Functional reactive programming extensions library for Julia
Stars: ✭ 69 (+109.09%)
Mutual labels:  reactive, reactive-programming, functional-reactive-programming
fpEs
Functional Programming for EcmaScript(Javascript)
Stars: ✭ 40 (+21.21%)
Mutual labels:  reactive, reactive-programming, functional-reactive-programming
Front End Handbook 2018
2018 edition of our front-end development handbook
Stars: ✭ 4,172 (+12542.42%)
Mutual labels:  front-end, web-development, front-end-development
Mac Setup
🛠ī¸ Front end web development setup for macOS.
Stars: ✭ 265 (+703.03%)
Mutual labels:  front-end, web-development, front-end-development
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 (+760.61%)
Mutual labels:  reactive, functional-reactive-programming, frp
castlecss-boilerplate
A simple and mobile-friendly HTML5 template with CastleCSS to kickstart your website
Stars: ✭ 29 (-12.12%)
Mutual labels:  front-end, front-end-framework, front-end-development
reflex-dom-ace
Reflex wrapper for the ACE editor
Stars: ✭ 12 (-63.64%)
Mutual labels:  reactive, 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 (+1724.24%)
Mutual labels:  reactive, functional-reactive-programming, frp
reflex-dom-semui
A reflex-dom API for Semantic UI components
Stars: ✭ 22 (-33.33%)
Mutual labels:  reactive, 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 (+2657.58%)
Mutual labels:  reactive, functional-reactive-programming, frp
Combinerxswiftperformance
A test suite comparing the performance of Combine and RxSwift
Stars: ✭ 154 (+366.67%)
Mutual labels:  reactive-programming, functional-reactive-programming, frp
recurrent
A library for building functional-reactive (FRP) GUIs in Clojurescript
Stars: ✭ 49 (+48.48%)
Mutual labels:  web-development, functional-reactive-programming, frp
Fpgo
Monad, Functional Programming features for Golang
Stars: ✭ 165 (+400%)
Mutual labels:  reactive, reactive-programming, functional-reactive-programming
Front End Interview Handbook
⚡ī¸ Front End interview preparation materials for busy engineers
Stars: ✭ 32,265 (+97672.73%)
Mutual labels:  front-end, web-development, front-end-development

PureScript Pop

😀 Try it!

PureScript Pop đŸ’Ĩ is a functional reactive programming demo created with PureScript events and behaviors.

Be sure to read 👀 Your Easy Guide to Functional Reactive Programming (FRP).

Build 👷 & Run 🏃

# Install git and nvm.
git clone https://github.com/lettier/purescript-pop.git
cd purescript-pop

nvm use
npm install -g bower purescript pulp
npm install
bower install

npm run build
npm run runserver
npm run open

# ...

npm run killserver

Copyright Šī¸

(C) 2018 David Lettier
lettier.com

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].