Nik96i / revite

React Vite Starter
1 stars 0 forks source link

What about network waterfalls? #29

Open Nik96i opened 5 months ago

Nik96i commented 5 months ago

How we can solve network waterfalls when loading pages/components that need to fetch some data from the API?

Maybe by using react-router or tanstack-router loaders?

Nik96i commented 5 months ago

React router seems to have a lot of breaking changes frequently and doesn't seem to be a solid choice. Because it takes a lot of heavy work to maintain it.

Also, some people say the same thing about tanstack-router!