Issues » #421

#421 – August 28, 2023

The underlying mechanisms of React’s concurrent mode

In this article, besides sharing how the concurrent mode works with the help of React’s transitions, I will also walk you through my reasoning process that I employ whenever I try to arrive from having no idea how this works to I finally get it.

Component Development with Storybook and KendoReact (sponsor)

Storybook provides a great environment for experimenting with UI components in isolation and through a variety of different configurations. In this article, I'll show you how to get started with Storybook, highlight a few add-ons, and showcase a Storybook built for KendoReact.

React Hook: useGlobalState

React hook useGlobalState. React hook to share state without a context. Easy way to share state between components.

useMemo overdose

Developers tend to overuse the useMemo hook and can't even adequately explain why they are doing it. In this post, we will learn when to use the useMemo hook and when not.

Current state of state management

What are current options for state management? Why would I need a state manager? What is relevant? What is maintained?

What are props

In the world of React, this custom attribute is what is known as a "prop". And we can add as many props to our components as we like. They can be any JavaScript data type.

newsletters

Join over 21,100 readers for a free weekly email with fresh news, articles and tutorials.