Commit Graph

6 Commits

Author SHA1 Message Date
276bea81b0 Remove unused "Hydrate Fallback".
Note: As already said, this loading appear even when the app/layout.tsx is loading. This is not the behaviour I want. In fact the behaviour I wanted is impossible to be needed with Next.js and his "SSR first" approach.
2025-04-01 11:42:49 +02:00
595520296c Complete "Hydrate Fallback".
Note: I checked in React DevTool that the Suspend and the fallback is present, but the skeleton of the page is already rendered into the server so that Suspend is impossible to trigger!
You can see it as it is during long load, o I will probably remove it in the next commit.
2025-04-01 11:41:33 +02:00
4330157491 Complete "Loading Data" 2025-04-01 11:32:54 +02:00
90c0dd6812 Complete "Client Side Routing" 2025-04-01 11:13:27 +02:00
d2ec794846 Parity with starting state of RRv7 Tutorial Address Book 2025-04-01 10:57:36 +02:00
cf2cd294ee Initial commit from Create Next App 2025-04-01 09:38:24 +02:00