jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

Adds context #20

Closed jackreichert closed 11 months ago

jackreichert commented 11 months ago

resolves https://github.com/jackreichert/over-engineered-todo/issues/6

Instead of using Redux, this pairs context with state.

This pairing should be sufficient for most apps.