Added exercises

This commit is contained in:
Ken
2019-03-02 23:22:09 -08:00
parent 46b89ff90b
commit 5b14d792f8
27 changed files with 271 additions and 478 deletions

View File

@@ -20,4 +20,8 @@ If you don't already have the app running, start it by running `npm start` from
1. Open `exercise/src/components/TodoHeader.tsx`
2. Replace the couple of TODO
2. Replace the `onAdd` with a real implementation using the `this.context` object
3. Replace the `onFilter` with a real implementation using the `this.context` object
4. Be sure to set the `contextType` of the TodoHeader component