rsnext/packages/next/next-server/lib/router
JJ Kasper 3099f0881a
Add initial SSG fallback handling (#10424)
* Add initial SSG fallback handling

* Remove extra changes and update fallback handling

* Remove extra timeout for testing

* Update SSG tests in dynamic-routing suite

* Add racing to decide between rendering fallback and data

* Update size-limit test

* Update comment

* Make sure to follow correct route change order

* Make comment more verbose for racing

* Revert getStaticData to only return Promise

* Make sure to update URL on fallback

* Add retrying for data, de-dupe initial fallback request, and merge fallback replace

* Update to add preload for fallback pages data

* Add test for data preload link

* Use pre-built fallback in production mode

* Remove preload link for fallback from _document

* Update to make sure fallback is rendered correctly for serverless
2020-02-07 14:09:06 +01:00
..
utils Fix Tests (#9963) 2020-01-06 10:43:26 -06:00
rewrite-url-for-export.ts Don't prepend a slash on empty path (#9973) 2020-01-08 11:45:17 -05:00
router.ts Add initial SSG fallback handling (#10424) 2020-02-07 14:09:06 +01:00