-
### Feature Summary
Async load top level view components to take advantage of code splitting
### Detailed Description
Convert routes to something like this:
```
const routes = [
{
p…
-
### Vue version
3.2.47
### Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-pzruhm?file=src%2Fviews%2FTestView.vue
### Steps to reproduce
- use `keep-alive` cache the componen…
-
Does anyone have any experience or empirical data on the optimal level of code splitting?
The Fractal Project Structure page seems to suggest a high level of code splitting, splitting each route int…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behaviour?**
Automatic code splitting works perfectly for top-level routes like `src/components/b…
-
i am having following issues with 2nd or greater level nested routes
for example the route http://localhost:3000/AdminPanel/vendors
1. webpack HMR is not working
2. refreshing the page gives…
-
I had to change all the files existing at the initialization, cause the files existing at this point is an example of using to vue.js .
So i will delete all "coponents" files, all "views' files, "ass…
-
## Overview
This article discusses the routing essentials of large Angular applications, with content organized in two parts:
- Part I: [URL Design for Single Page Applications](https://github.…
-
For votable.parquet we have `column_metadata` while for parquet.votable we have `metadata`.
Now, I have kept this inconsistency in #16375 as we have already run into the issue that the metadata we …
-
Tree-shaking routes, which are not used, would be helpful to use `@embroider/macros` for feature flags. It should tree-shake all routes, which are not registered in `app/router.js`. For backward-compa…
-