0.6.0: Enables more features and improves the developer experience for fullstack rendering (SSR, CSR and Hydration)
This release enables more features and improves the developer experience for fullstack rendering (SSR, CSR and Hydration):
- Supports VanX-based shared UI components, providing
dummyVanX
to be used as avanX
placeholder for SSR. - Allows
van
andvanX
objects to be registered at the beginning of the script so that they don't need to be passed across all shared UI components via parameters.