rexfordessilfie / nextwrappers

Reusable, composable middleware-like wrappers for Next.js App Router Route Handlers and Middleware.
MIT License
24 stars 0 forks source link

Add pages router version of async-local-storage wrapper #17

Open rexfordessilfie opened 1 year ago

rexfordessilfie commented 1 year ago

The async-local-storage wrapper at the moment only supports route handlers. For people using Pages Router, we could introduce a version of the async-local-storage wrapper compatible with the Pages Router.