Tim Caswell
Tim Caswell
I understand the fear of opening Pandora's box, but I'd really like to be able to have something like teal for luajit based runtimes. Lua is just too slow for...
It would be pretty easy to reuse my JSON-ML format and generate an html string directly from it. I don't know how much of the actual code here would be...
Are you sharing components between the server and client or will this be server only?
For pure server-side, I like to use just dombuilder and plain functions for composition. https://github.com/creationix/dombuilder Go ahead and read the tiny source for that. It would be pretty trivial to...
Ok, sounds good. Ping me in a day or so if I haven't gotten to it yet, my backlog is pretty full these days.
 Yes, but I'm drowning in Github notifications. I'll see if I can work on it right now since it might be related to my work stuff. If I postpone...
Hmm, actually I see this is for domchanger. I don't think I'll have time to make it work server-side like the other frameworks do. I was thinking this was adding...
So the problem is you're swapping out components, but since they have the same ID, it doesn't actually swap them?
Yes, setting the `key` property will work. That's how I've been doing it. I'm still concerned about the original issues that bit you though.
I could solve this with a WeakSet of WeakMap, but that would change the minimim requirements for JavaScript significantly. (The idea is to store a weak list of all seen...