Results 70 comments of Artur Paikin

> Don't think that's possible - controlling re-renders is something that comes with the job I'm afraid But, from a user/developer perspective, `virtual-dom` allows me to not think about this...

I’m totally on board with your motivation. We went with `yo-yo` in [Uppy](https://github.com/transloadit/uppy) because we are building a file uploading library and wanted something simple and lightweight. And we’ve been...

Found another problem with [the caching img element solution](https://github.com/shama/bel/issues/26#issuecomment-221931418) to prevent extra requests. For some reason when using pre-created element saved in a variable, entire element tree where that pre-created...

What do you think of this solution by to the “src network requests” problem: https://github.com/patrick-steele-idem/morphdom/issues/77#issuecomment-238719432?

Compiled JSX with `createElement` as pragma looks like this: ``` javascript const el = createElement( 'h1', null, 'Hi!' ) ``` And Bel, according to the docs, expects it to be:...

So you’d want to support both or switch to their?

Looks like the same. I wonder if WebSockets could be the answer indeed?

It's a Compressor plugin, so yes by default it compresses everything. Do you mean you want to only resize images larger than, say 2000px, and leave the other ones without...

Hi, thanks for Lerna! Hit this as well during publish in Uppy http://github.com/transloadit/uppy: ``` lerna ERR! Error: Command failed: git tag @uppy/[email protected] -m @uppy/[email protected] lerna ERR! fatal: tag '@uppy/[email protected]' already...