State Management in React | Context API useContext | React Tutorials for Beginners

Learn State Management in React with this Context API tutorial and the useContext hook. React JS allows us to drill props through components, but we can avoid this with the Context API and the useContext hook.

(00:00) Intro
(00:05) Welcome 
(00:13) Quick Overview
(01:05) Creating Context
(03:54) Adding the DataProvider
(05:03) Moving State and Logic to Context
(07:21) Refactoring Header with useContext
(10:21) Refactoring Nav with useContext
(11:53) Refactoring Home with useContext
(14:42) Refactoring NewPost with useContext
(17:21) Refactoring EditPost with useContext
(19:30) Refactoring PostPage with useContext
(22:00) App component clean up
(23:04) Does it all need to be in context?
(24:37) Component state vs shared state with context
(26:17) Refactoring component states while keeping shared state in context

🔗 Project Source Code: https://github.com/gitdagray/react_context 

🔗 Rules of Hooks:
https://reactjs.org/docs/hooks-rules.html 

🔗 Collections of Hooks:
https://nikgraf.github.io/react-hooks/ 
https://www.npmjs.com/package/react-use 

🔗 Axios:
https://www.npmjs.com/package/axios 

🔗 React Router:
https://reactrouter.com 

🔗 JSON-Server:
https://www.npmjs.com/package/json-server 

🔗 ES7 React JS Snippets Extension for VS Code: 
https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets 

🔗 React Dev Tools Extension for Chrome: 
https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi 

🔗 Styled Components: https://styled-components.com/ 

📚 References:
ReactJS Official site: https://reactjs.org/ 
React Wikipedia: https://en.wikipedia.org/wiki/React_(JavaScript_library) 
 

#react #context #usecontext #reactjs 

React.js Tutorial for Beginners: Context API useContext
1.35 GEEK