next-express
next-express copied to clipboard
Add props to every get request
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!