chan.dev/ lessons/ ideas

React

ℹ️ Notes collected from across the infinite todo lists of my life.

Misc utility components

<Typeof>{<Component />}</Typeof>

DevTools

Lesson6

Freeze time with React Dev Tools

Challenge

Before you move on

Take a break. Make sure you know everything we’ve covered so far. Before you move on. Get everything working again.

React principles you should interview for

Basics

Components

Components are the primary building block of React.

To start, you can think of them like custom HTML Elements.

They can be simple or very complex.

Let’s start with a simple one…

Hooks

Hooks are the secondary building block of React.

They are functions we use to add interactivity to components.

They can be simple or complex.

Let’s start with a simple one…

Context

Context is a startegy for sharing data between may components

Patterns

Basics (alt)

“The war on props”