Alexander Praetorius
Alexander Praetorius
This "value flows thing" is way to buzzwordy and verbose for my taste. For me - language is a means to communicate information - so to use common business vocabulary...
Have the same problem. VenkataHarish's solution worked for me
how does the performance of fastdom compare to virtualdom?
i would also be interested in the answer to that question :-)
I'm not sure how to fix things or what exactly i need to do. How would i figure out what the latest module is? Basically I made a little script...
It's basically about: ```js // function demoCA ({ // NOT SUPPORTED YET // theme : { color : color = '#00ffff' } = {}, // data : { name :...
@bedeho yeah, the video might help a bit, but we are still working in documenting and specifying everything, which is why the issue is still open and not closed. I'm...
people are very busy i guess - just saw your comment. you could try again here: https://gitter.im/datproject/discussions
I would like to see a `JavaScript API` for this to evolve in parallel, thus you can use `element queries` in your css, but you can also listen to them...
``` js NodeList.prototype.forEach = Array.prototype.forEach; document.querySelectorAll('.container').forEach(function (container) { container.addEventListener('@media screen and (max-width: 600px)', function (event) { console.log(event.oldWidth); // ? console.log(event.width); // ? // do something ajax related to fetch more/less...