Web Development

Should You Learn JavaScript and CSS Before React?

Should You Learn JavaScript and CSS Before React?

Should you learn JavaScript and CSS Before React? You don't need to, but it certainly will help. Learn the reasons why here!

React State Management: A Comprehensive Guide

React State Management: A Comprehensive Guide

What is the state initializer pattern?

What is the state initializer pattern?

Learn about the state initializer pattern in React. Examine a brief example showing how the pattern can be put into practice.

Understanding the State Hook

Understanding the State Hook

Learn about the React useState State hook. Take a brief look at how useState was implemented in the playing card

A Comprehensive Guide to Props in React

A Comprehensive Guide to Props in React

Learn about React props. Get a high level overview as to what they are and how are they used in React to build applications.

Incorrect use of useEffect Example

Incorrect use of useEffect Example

Learn by example how to fix an incorrect use of useEffect. Following on from my previous playing card component we refactor away from useEffect.

React Components Explained

React Components Explained

Learn what a React Component is, how it fits into React application architecture and how you should be using them

The Importance of Keys in React Lists

The Importance of Keys in React Lists

Learn about the importance of Keys in React Lists and collections. Learn what they are and why they need to be used

JavaScript Hydration: A Brief Overview

JavaScript Hydration: A Brief Overview

Learn about JavaScript hydration and what it means to React developers? Get a short, but informative idea of the concept of hydration.

React Context Walkthrough

React Context Walkthrough

Simplify state management in React with React Context. Learn how to create, access, and update context data efficiently.