Skip to content

nmushegian/flowform.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flowform.js is a small wrapper around the purestate library by Victor Taelin.

It provides a simple ontology of forms and flows. A form is basically a functional reactive object, you use the form function to help assemble reactive objects without needing to use the purestate constructor everywhere.

Right now flow does a simply step of the _flow function on an object, but this is subject to change to guide the user to a more controlled use of a global event bus.

It is strongly recommended to first read through the documentation for that library, it is very short. Then read the test file. Then if you still have questions, wait for more examples.

About

Turn your giant stateful event loop into a functional reactive dataflow thing using less code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published