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
Most of the basic APIs related to component runtime have been basically implemented or are waiting for merging. I think it's time to complete the basic implementation of the component Compiler part.
About runtime code for creating component instances.
Currently, it kind of feels like I'm forcibly using the render function that has been in this repository since the beginning, and the interface is not very clean.
As I mentioned in #40, before implementing the compiler, it might be better to first tidy up the runtime interfaces like createComponent. 🤔
You are right. After I tried it, I also found this problem, and I think it's good to make some attempts. Now we know that we must separate the creation of components from the mounting of components.
createComponent and props compilation are mostly completed in #151 !
Directives and slots, among others, are not yet supported.
The runtime for slots just merged a moment ago.
I think it's possible to start working on these now.
Most of the basic APIs related to component runtime have been basically implemented or are waiting for merging. I think it's time to complete the basic implementation of the component Compiler part.
related: #4
The text was updated successfully, but these errors were encountered: