You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by thescientist13 June 26, 2022
In thinking about a different approach, what if #66 was explored through JSX? 🤔
JSX is similar to tagged template literals, but per my understanding, doesn't prescribe a specific implementation. So perhaps this could be used to provide an (optional) development experience, through a render function, that can take JSX and the compiler can unwind that into valid custom element lifecycles. So no VDOM here, it would just be vanilla JS.
Discussed in #69
Originally posted by thescientist13 June 26, 2022
In thinking about a different approach, what if #66 was explored through JSX? 🤔
JSX is similar to tagged template literals, but per my understanding, doesn't prescribe a specific implementation. So perhaps this could be used to provide an (optional) development experience, through a render function, that can take JSX and the compiler can unwind that into valid custom element lifecycles. So no VDOM here, it would just be vanilla JS.
Or something like that, the devil is in details and so will want to play around with it, but think I can probably get a prototype whipped up.
Some useful links / references:
The text was updated successfully, but these errors were encountered: