rsnext/test/integration/export-fallback-true-error
Joe Haddad e818389999
Add support for fallback: 'blocking' (#15672)
By popular request, this pull request adds support for returning `fallback: 'blocking'` from `getStaticPaths`.

This new mode will cause unknown paths to be rendered on-demand ("SSR") without the static (placeholder) fallback.

This feature is **currently experimental and should not be used in production yet**. It's currently flagged behind `unstable_`:

```
fallback: 'unstable_blocking'
```

TODO:

- [x] Next.js tests
- [ ] Add Vercel support
- [ ] Vercel tests

---

Fixes #15637
2020-08-04 15:10:31 +00:00
..
pages Add error when exporting pages with fallback: true (#13063) 2020-05-19 09:29:34 -04:00
test Add support for fallback: 'blocking' (#15672) 2020-08-04 15:10:31 +00:00