route-level-code-split icon indicating copy to clipboard operation
route-level-code-split copied to clipboard

Route level code splitting in react without screen flickering (React Suspense + React Router Dom + NProgress)

Results 2 route-level-code-split issues
Sort by recently updated
recently updated
newest added

The usage in this repository is good for root level routes only. If there are some nested routes (which are also lazy loaded..), then the fallback value for `React.Suspense` will...

I have not been able to achieve the same results using `react-router-dom` version `"^5.2.0"` and react version `"^17.0.2"`. Kindly help. Here is the [code](https://github.com/williamOnsare/route-level-code-split/tree/react-router-dom-v5)