Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 507 Bytes

Todo App with Apollo Client

What?!

This is a take on the classic Redux Todo App but written to use Apollo's new architecture showcasing local state.

Yes, this is overkill for a todo app, please don't use this is all you are doing is managing a few local state pieces. However, it can serve as a starting point for managing local state using Apollo for larger applications

Installation

npm i

Running

npm start