Should you learn JavaScript and CSS Before React? You don't need to, but it certainly will help. Learn the reasons why here!
Learn about the state initializer pattern in React. Examine a brief example showing how the pattern can be put into practice.
Learn about the React useState State hook. Take a brief look at how useState was implemented in the playing card
Learn about React props. Get a high level overview as to what they are and how are they used in React to build applications.
Learn by example how to fix an incorrect use of useEffect. Following on from my previous playing card component we refactor away from useEffect.
Learn what a React Component is, how it fits into React application architecture and how you should be using them
Learn about the importance of Keys in React Lists and collections. Learn what they are and why they need to be used
Learn about JavaScript hydration and what it means to React developers? Get a short, but informative idea of the concept of hydration.
Simplify state management in React with React Context. Learn how to create, access, and update context data efficiently.