next.js
Introduce experimental Request Interceptors
#70961
Open

Commits
  • Add initial support for loading interceptors
    unstubbable committed 1 year ago
  • Pass `NextRequest` to interceptors
    unstubbable committed 1 year ago
  • Run full interceptor chain during client-side navigation
    unstubbable committed 1 year ago
  • Settle on sequential interceptor execution for now
    unstubbable committed 1 year ago
  • Pass request into `createInterceptor`
    unstubbable committed 1 year ago
  • Catch interceptor errors in loading boundaries
    unstubbable committed 1 year ago
  • Test errors in interceptors
    unstubbable committed 1 year ago
  • Interceptors should bail out of static generation
    unstubbable committed 1 year ago
  • Test interceptors with PPR
    unstubbable committed 1 year ago
  • Verify default export of interceptor modules
    unstubbable committed 1 year ago
  • Test `React.cache` in interceptors
    unstubbable committed 1 year ago
  • Add Turbopack support for interceptors
    unstubbable committed 1 year ago
  • Call interceptors before server actions
    unstubbable committed 1 year ago
  • Do not use `timers/promises`; not available in edge runtime
    unstubbable committed 1 year ago
  • Fix broken edge runtime
    unstubbable committed 1 year ago
  • Rename `interceptors` to `enableInterceptors` in `next-app-loader`
    unstubbable committed 1 year ago
  • Inject interceptors into app route module
    unstubbable committed 1 year ago
  • Call interceptors before route handlers (Webpack only)
    unstubbable committed 1 year ago
  • Add Turbopack support for route handler interceptors
    unstubbable committed 1 year ago
  • Add test for interceptors feature flag turned off
    unstubbable committed 1 year ago
  • Strip internal search params from `RequestStore#nextRequest`
    unstubbable committed 1 year ago
  • Test `after` in interceptors
    unstubbable committed 1 year ago
  • Add test for redirecting interceptor
    unstubbable committed 1 year ago
  • Skip depoyment test
    unstubbable committed 1 year ago
  • Modernize dynamic tracking, postpone, static bailout
    unstubbable committed 1 year ago
  • Add interceptors test case to dynamic-io tests
    unstubbable committed 1 year ago
  • Add interceptors fixture to dynamic-io error tests
    unstubbable committed 1 year ago
  • Fix `relative_path` computation
    unstubbable committed 1 year ago
  • Update hydration diff snapshots
    unstubbable committed 1 year ago
  • Fix broken module path encoding
    unstubbable committed 1 year ago
  • Allow request body to be read in each interceptor
    unstubbable committed 1 year ago
  • Skip deployment for dynamic IO interceptors error test
    unstubbable committed 1 year ago
  • Skip deployments for all interceptor tests
    unstubbable committed 1 year ago
  • Add auth interceptor layouting example
    unstubbable committed 1 year ago
Loading