Are there any CRUD graphQL/apollo/react tutorials ...
# prisma-whats-new
k
Are there any CRUD graphQL/apollo/react tutorials out there? It's so anoying that they do not have full CRUD in their official tutorial @ https://www.howtographql.com/react-apollo I'm stuck with re-fetching data after update and delete function is performed. Have to manually refresh the page to see effect.
a
This is a ridiculously full-featured 'starter': https://github.com/sysgears/apollo-universal-starter-kit
k
Nice, thank you. 🙂
😎 1