#How to transfer data from middleware to Components?

3 messages · Page 1 of 1 (latest)

flat prism
#

Hey everyone I am currently working on a project and I need a help.

Everything is working fine.
I just want to send some data from middleware to a component called "Header.jsx" I tried multiple ways but unable to get desired result.

jolly vigil
#

the max you can do is setting a header/cookie in the middleware and read it in the header component

#

but this makes the data impossible to read in a static page