React and GraphQL Tutorial Part 3: Mutations

How to modify data on the server and keep the client in sync… Read more

Similar

Using React Context API with NextJS

One huge pain point in React (and NextJS) is having to pass props through multi-level components. The bigger the application or project gets, the more painful this becomes. This is because of how React is structured, in a tree like fashion with data ... (more…)

Read more »