kentcdodds / advanced-react-patterns-v2

Created with CodeSandbox
https://codesandbox.io/s/github/kentcdodds/advanced-react-patterns-v2
1.51k stars 567 forks source link

Unnecessary Toggle Function in exercise 05? #51

Closed rotexhawk closed 6 years ago

rotexhawk commented 6 years ago

Do we still need this toggle function?

https://github.com/kentcdodds/advanced-react-patterns-v2/blob/master/src/exercises-final/05.js#L16

kentcdodds commented 6 years ago

Yes, for that use case, but we leave it intentionally so other use cases can toggle if they need that level of control.