Steve Sewell
Steve Sewell
definitely still on the todo list - trying to carve off time soon to knock out this and a few other things!
actively working on this over here https://github.com/BuilderIO/jsx-lite/pull/113
oh I'm not sure if lists are the wistest approach here, HTML spec constantly evolves. The intent behind our JSX is that we match React JSX, so `srcSet` should be...
looking a little deeper, I feel a bit more reason to copy react the convention. with all of this we need to account for webcomponents too. what I've observed react's...
super interesting that solidjs supports both. I personally like that approach if it's not a logistical headache on the implementation side my main suggesting is just avoiding hardcoded lists of...
ah yes, alternatively we can also use signals too. what I like about createmutable is support for nested mutation, so similar to what we do for react, svelte, etc we...
Should we not just use signals? What's the downside to the most simple/idiomatic approach used in solidjs's docs? Everything else here sounds more complex and deviates from the idea of...
Oh interesting, yeah if this can map cleanly to the different framework outputs then totally works for me 👍🏼
this is a neat idea. I love compile way features. I haven't used a framework in a little while that had an abstraction for accessing window/document besides just using the...
ah yes this is very interesting