staltz / experiment-push-pull-cyclejs

7 stars 1 forks source link

WIP: Add first PoC of pull dom driver #1

Closed jvanbruegge closed 7 years ago

staltz commented 7 years ago

@jvanbruegge could you change the code, instead of replacing makeDOMDriver, add a new makeDOMDriver2? The naming doesn't matter while we are experimenting. I'm interested if we can try either makeDOMDriver or makeDOMDriver2 or 3, etc

jvanbruegge commented 7 years ago

done, can you setup some sort of build? I want to test dom construction before caring about the DOMSource

staltz commented 7 years ago

It's kind of crappy right now:

cd @cycle/dom npm run lib cd ../.. rm -rf node_modules/@cycle/dom npm start

Replace @cycle/dom with xstream or ysignal etc for other packages