rsnext/test/integration/react-18/app
Jiachi Liu 531342691d
Enable pure client suspense in blocking rendering (#28165)
Do not fallback to loadable component when `reactRoot` is enabled but without `concurrentFeatures`. Thus we can enable pure client suspense:

`fallback` is always rendered on server side, but client side can work with fully functional suspense.

Closes #28117
2021-08-16 15:06:39 +00:00
..
components Support suspense in next dynamic (#27611) 2021-08-13 21:08:45 +00:00
pages Enable pure client suspense in blocking rendering (#28165) 2021-08-16 15:06:39 +00:00
next.config.js Support suspense in next dynamic (#27611) 2021-08-13 21:08:45 +00:00
package.json Support suspense in next dynamic (#27611) 2021-08-13 21:08:45 +00:00