How to pass props from middleware
Unanswered
Forest bachac posted this in #help-forum
Forest bachacOP
I am thinking to make a middleware where I check if request is from mobile device and base on that I would like to render some components differently. So I wanna pass
isMobile prop from middleware to my page.js but I don't know how can I pass any data from middleware to the segment?