next-express icon indicating copy to clipboard operation
next-express copied to clipboard

Add props to every get request

Open dfoverdx opened this issue 6 years ago • 0 comments

Is it possible to add values to the initial props on every page request AND supply specific data for individual pages without repeating the same values in code all the time? I need to pass login credentials to every page, but also pass page-specific data. I'd rather not copy and paste the credentials for every route.

This is incredibly useful middleware. Thanks so much!

dfoverdx avatar Dec 03 '18 18:12 dfoverdx