Closed jvanbruegge closed 7 years ago
done, can you setup some sort of build? I want to test dom construction before caring about the DOMSource
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
@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 eithermakeDOMDriver
ormakeDOMDriver2
or 3, etc