next.js
Partial Fallback Prerendering
#68958
Merged

Commits
  • feat: added support for Partial Fallback Prerendering
    wyattjoh committed 1 year ago
  • refactor: modify postponed state instead of serverside patching
    wyattjoh committed 1 year ago
  • feat: support partial dynamic path parameters
    wyattjoh committed 1 year ago
  • fix: trap metadata access
    wyattjoh committed 1 year ago
  • feat: added new experimental.pprFallbacks option for enabling PFPR
    wyattjoh committed 1 year ago
  • refactor: change the key for pfpr
    wyattjoh committed 1 year ago
  • refactor: break fallback handling into separate branches
    wyattjoh committed 1 year ago
  • fix: test updates
    wyattjoh committed 1 year ago
  • fix: increase test module size limit
    wyattjoh committed 1 year ago
  • fix: remove component importing:
    wyattjoh committed 1 year ago
  • refactor: cleanup impl, simplified logic, added fields to prerender manifest, improved serialization speed
    wyattjoh committed 1 year ago
  • review: updated prop assignments, removed unneeded type assertions and comments, remove server code from client bundles
    wyattjoh committed 1 year ago
  • test: add tests for HTML and data postponed state serialization and parsing, updated serialization format
    wyattjoh committed 1 year ago
  • fix: don't use params from props as it's uninitialized
    wyattjoh committed 1 year ago
Loading