Writing on software design, web development, and more

All of my long-form thoughts on programming, web development, software design, and more, collected in chronological order.

React Context API

React Context API is a way to pass data through the component tree without having to pass props down manually at every level.

React Hooks

React Hooks are a new addition in React 16.8 that lets you use state and other React features without writing a class.

React Components

React components are the building blocks of a React application. In this article, we will learn how to create and use them.

Introducing React

React is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies.