Alexis H. Munsayac

Results 119 comments of Alexis H. Munsayac

I think part of the issue with `` is that if you do ``, how would that be interpreted? Seems to me that it would pose an undefined behavior.

This principle should only apply to the templates, right?

That's one good thing, the other would be how would we validate markup that comes from components that are being appended to another markup? For example: ```js ```

That's true, I think the compile-time works

Being optimistic, I'd say we could probably generate the effects first before the directives, so that the directives are guaranteed to run after all dynamic attributes has been set.

I think the example in that tweet is wrong. The difference might be was when does it get committed to the UI, in which case React's behavior was correct. In...

I'm interested on improving this, although I was curious as to why the `Remove Row` seems to be slower than the keyed version

I had written my own take on the vanillajs implementation ![image](https://user-images.githubusercontent.com/4783372/131333010-d1847d47-2e8b-419f-89b7-3396cc2db3f8.png) Tho it seems to me that both implementations are just patching elements and not actually replacing them. Is that...

![image](https://user-images.githubusercontent.com/4783372/131340357-02bc70ff-b4a9-4e77-9b3c-b42abad840eb.png) Anyways, I didn't saw the note above so I just reworked it a bit.

> @LXSMNSYC Would you like to submit a PR for that? It's actually my own take. I didn't try to update both vanillajs and vanillajs-1 due to their select implementation....