Curious about React? But confused about what is State? Kathryn Grayson Nanz brought her awesome React dev skills to teach beginners, Alyssa Nicoll & Nikolay Penev about State Management.
Go ahead and check Kathryn's React 101 repo!
During the video Kathryn covered: - Hooks - now, hooks allow us to use State in Function components as well; - Smart vs Presentational components - says whether a component is stateful or not. Used to be a divide along Class / Function lines, but not anymore; - DevTools - React Developer Tools on the Chrom Web Store. Because you don't wanna be console.logging your state and props all the time when you're debugging