under React
React Context can be more than just global state in an app. I like to think of Context as "encapsulated state".
under React
React error boundaries allow you to prevent your React application from completely crashing in the event of an error in your code.
under React
Learn how to properly unmount React components when using React Hooks.
under React
Let's take a look at how you can fix this common error in React.
under React
Learn how to fix the "Rendered fewer hooks than expected." error with React Hooks.
under React
Let's review the rules of React Hooks, and how you can fix the "Hooks can only be called inside the body of a function component." error.