Next.js Discord

Discord Forum

Does it make sense to use Next.js redux?

Unanswered
Dwarf Crocodile posted this in #help-forum
Open in Discord
Dwarf CrocodileOP
I make an END POINT request to get the user information, I get the user information. I need to store it in a global variable so I can use it both client and server side. What is the best method for this? How do they do this in Next.js?

2 Replies

Giant panda
put it in session
redux is generally not recommended in nextjs