is context cached?
If I put an object on the context that represents the User record from my database...
And then I have a router function which changes important details of the user....
Do I need to 'mutate' the dbUser on the context....
or will subsequent calls to routes, re-invoke createContext and re-load the user from the database?
And then I have a router function which changes important details of the user....
Do I need to 'mutate' the dbUser on the context....
or will subsequent calls to routes, re-invoke createContext and re-load the user from the database?