CycleJs-stamplay
Test needed
If you are interested, just make a PR or an issue if you find a bug or think about some improvements :-)
Install:
npm install --save cycle-stamplay
Exemple:
To know the attributes, just look the name here : Stamplay NodeJs
{ const getuser$ = Observable const vtree$ = Stamplay const sinks = DOM: vtree$ Stamplay: getuser$ ; return sinks;} const root = documentrootid = 'app'documentbody const drivers = DOM: Stamplay: ; ;
Exemple for Query
const getuser$ = Observable