are you using any sort of graphql client ? like re...
# prisma-whats-new
a
are you using any sort of graphql client ? like relay or Apollo. Like for example if you use Relay client you won’t have to worry much about state managing as long as querying goes. but if you wanted to handle the state yourself, you could use redux and then according to the response from your graphql server you can update your state. take a look into Relay or Apollo