Template composition #308
brandon942
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I think this is a great project and it's on a right path. It offers an objectively superior method of writing components.
However, it relies on vue's outdated SFC compiler, which wasn't envisioned for this style, to generate the rendering code. This dependence imposes restrictions on what vine can and cannot do.
A customized code generator allowing for template composition based on javascript logic at both compile and runtime similar to lit or vue-jsx-vapor is in my view the little piece that's missing.
Beta Was this translation helpful? Give feedback.
All reactions