A fetching in npdev-react-loadable

@captainn`
My program works properly until I launch ssr.
This means that by changing the URL, a fetch is performed.
And the component is loaded accordingly.
But
But when I implement ssr. Only one fetch is performed and all components are loaded in the same fetch.

This is how I called my components :

Also on my client side , I rendered the components like this :

Also on my server side , I rendered the components like this :

When we check we see that it is fetched only once and all the components were called in the same fetch :

Since Lizzie Loading is very important in React. I am happy with any experience, suggestion or suggestion

I also mentioned it here :
https://github.com/CaptainN/npdev-react-loadable/issues/17

@captainn no enything ?