-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate instances on build-time rather than run-time #104
Comments
@wheatjs You also mention you wanted to work on something like this right? |
For sure, the type definition parts makes sense to me. What do you mean by the performance aspect? |
@alvarosabu sounds good to me, I think maybe using https://github.com/unjs/unplugin would be a good idea |
@wheatjs so this unplugin we can use it to generate the components whenever vite is building, I guess with a hook 🤔 |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal
Generate three-shakeable components on build time to avoid the need for a catalog of global components. This will be probably a BREAKING CHANGE, especially for cientos.
extend
cientos
extends the catalogThe text was updated successfully, but these errors were encountered: