|
|
|
|
|
by IceDane
975 days ago
|
|
Not gonna lie: that sounds absolutely awful, and I can't imagine this works at any real scale. It will also have poor UX, because your users will be waiting for data which you already fetched and should just have cached. There are also plenty of applications where what you are describing is arguably just not feasible at all, like heavier applications that due to their nature just need a lot of client-side state. |
|
I'd personally still favor Next.js + TanStack Query if given the choice.