Background & Motivation
Support fallback for getStaticPaths like Next.js: https://nextjs.org/docs/basic-features/data-fetching#the-fallback-key-required
Example: { fallback: blocking } will server-render pages on-demand if the path doesn't exist.
Proposed Solution
Possible solutions
See how Next.js works
Detailed Design
No response
Help make it happen!
Background & Motivation
Support fallback for getStaticPaths like Next.js: https://nextjs.org/docs/basic-features/data-fetching#the-fallback-key-required
Example: { fallback: blocking } will server-render pages on-demand if the path doesn't exist.
Proposed Solution
Possible solutions
See how Next.js works
Detailed Design
No response
Help make it happen!