Comment on We improved React loading times with Next.jsparentComments−paulryanrogers3yHas it gotten easier to do deep links correctly with SPAs?Back when I explored this it felt like working against the grain.−pull_my_finger3yWith a lot of SSGs, you can pre-generate all your "entry points" and then after the initial entry, it can be a SPA experience where a client-side router takes over navigation.
Comments
Has it gotten easier to do deep links correctly with SPAs?
Back when I explored this it felt like working against the grain.
With a lot of SSGs, you can pre-generate all your "entry points" and then after the initial entry, it can be a SPA experience where a client-side router takes over navigation.