vadimdemedes / draqula

🧛 GraphQL client for minimalistic React apps
https://draqulajs.com
771 stars 15 forks source link

Batch update query/mutation result using `unstable_batchedUpdates` #19

Closed vadimdemedes closed 4 years ago

vadimdemedes commented 4 years ago

Currently an error or invalid component output can be caused because of this, since updating data and isLoading (for example) causes 2 renders.