Skip to content
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

Example using multiple components together. #13

Open
tracker1 opened this issue May 25, 2023 · 2 comments
Open

Example using multiple components together. #13

tracker1 opened this issue May 25, 2023 · 2 comments

Comments

@tracker1
Copy link

Would be good to see more examples using components together. Ideally something with a router based render, and async loading of components via import('./SomeComponent').then(({ SomeComponent }) => SomeComponent)

@ndrean
Copy link

ndrean commented Jun 5, 2023

In case of any use, I played with it and made one this weekend: https://github.com/ndrean/vanjs-dialog-modal

@b-rad-c
Copy link
Contributor

b-rad-c commented Jan 3, 2024

You can check out my Van Cone add-on. It has routing and the ability to use async imports for the route component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants