van
van copied to clipboard
Example using multiple components together.
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)
In case of any use, I played with it and made one this weekend: https://github.com/ndrean/vanjs-dialog-modal
You can check out my Van Cone add-on. It has routing and the ability to use async imports for the route component.