#Sodium FRP examples (typescript port)
This repository attempts to port examples from Functional Reactive Programming book by Stephen Blackeath, that were originally written in Java.
Each example is on its own respective branch.
If you wish to contribute, submit a pull request or, alternatively, ask me to be included as a collaborator.
Examples:
- Filter Primitive
- Form Validation
- Lift Primitive
- Spinner
- Petrol Pump (Draft)
Examples are in examples
directory, you can build individual one by typing npm start -- --ex=1
if you omit --ex
argument, it will then default to ex1
.
######*- the tick means OK: its possible to reproduce given example with the Typescript API