|
|
|
|
|
by k__
3446 days ago
|
|
I tried the dynamic import/require once and it was really nice. I could just write a normal SPA and require some stuff in every route, so the client only downloads the code that is used for the current page and things worked fine without extras needed. |
|