State in server component
Unanswered
Blue Picardy Spaniel posted this in #help-forum
Blue Picardy SpanielOP
I have a server component which fetches data from an API then loads that data onto the page. I have a child client component which has a refresh button for that data to be re-fetched. Currently I have a user object being passed down but the data isn't being refreshed when I call user.guilds = newData. How do I go about this?