How to load global data in proper way
Unanswered
Common carp posted this in #help-forum
Common carpOP
I used react.js before and I will fetch users data in first place and save it in store, I will use this data in every where need user information like user avatar, user name. But in next, I wonder there is a way to do this, I dont want to load user every time I show avatar, and wrap my next.js app with a redux store feels like not nature at all 
