Blog

Go to article
The **Children Prop Pattern** in React

The Children Prop Pattern in React

While it is one of the most underused patterns in React, the Children Prop Pattern is a powerful tool for building reusable components. But it has another aspect that makes it even more interesting to understand and use: re-renders optimization.
ReactPatternsPerformance
November 24, 20224 min read
Go to article
**Understanding React Hooks:** JavaScript Fundamentals

Understanding React Hooks: JavaScript Fundamentals

Hooks are hugely related to more general JavaScript concepts like closures, memoization, and primitive vs. reference values. Correctly understanding these concepts and their role in React Hooks is essential to use them properly.
ReactHooksFundamentals
September 26, 202211 min read
Go to article
All you need to know about React.useState

All you need to know about React.useState

A complete guide to React.useState hook mechanisms.
ReactHooksPerformance
August 10, 20228 min read