In one of our projects I'm using urql for graphql api calls. In other projects with RESTful api, I'm using redux to handle re-renders after each data changes.
I'm new in graphql and urql, for this case I should add redux and dispatch actions with new fetched data from urql or is there any trick to connect other components to cached urql data and use them?
Also, I've checked the main docs, but I didn't find any solution for this issue.
thanks
question from:
https://stackoverflow.com/questions/66062407/how-to-use-urql-data-in-react-like-redux 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…