-
Notifications
You must be signed in to change notification settings - Fork 74
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
refactor: automate component imports #21
Conversation
with this new pr I guess this one is not needed anymore, since we are moving to an SSG, by importing things directly we will have three-shaking and optimizations made by the framework so you don't need dynamic imports as we are doing right now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you improve code inside the component.mjs file? Try to split more the algorithm using explicit functions, it's a bit harder to understand the code right now
This PR:
nav.json
andcomponents.json
config files