Tutorial

Tech stack

  • Frontend
    • React v16.8

Run the React app

Run npm start to start the todo app.

Files edited with Course materials:

  • App.js (inMemoryCache, WebsocketLink)
  • TodoPrivateList.js (Query)
  • OnlineUsersWrapper.js (Subscription)
  • TodoPublicList.js (Subscription)
  • TodoItem.js
  • TodoInput.js (Mutation)