Why GraphQL and Relay for your React app?
Building complex UIs that fetch data efficiently can be a challenge. That's where GraphQL and ...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for writing, it was great reading you.
I have had many similar thoughts working with relay over the past years, I could connect to your experience and also learn a few more things.
i also recently saw another feature i had recently glossed over and nevr quite understod
the "@defer" decorator that let's a fragment get lazily loaded
Hi, thanks for the article.
How do you deal with generated readonly types if you pass them to editable form?
TS will not allow any editing due to readonly fields, and I dont want to use type assertions, looks like a hacky solution
there's that helper that lets you modify readonly arrays somewhere in there , let me know if you find a less hacky way