Silicon Valley Code Camp : October 19 & 20, 2019session
Managing State in React Functionally with React Hooks
Understand the basics of React's four basic Hooks (useState, useEffect, useContext and useReducer).
About This Session
Managing state for UI components in React until now has required a dependency on libraries like Redux. However, simple UI level state management and other amazing developer features are now available with the release of version 16.8.
Understand the basics of using state, side-effects, Context API using React's four basic Hooks (useState, useEffect, useRef and useContext) as well, go deeper as we build a basic application with useReducer.