Writing on React, design systems and some other stuff.
All of my long-form thoughts on programming, react, design systems, and more, collected in one place.
In this we'll discuss custom React Hooks, which are reusable functions for abstracting logic in components. We'll create an example custom hook called useFetch that fetches data from an API.
Published on January 20, 2023 • 7 min read
React Hooks are functions that enable functional components to use state and lifecycle methods. This article covers the different types of hooks available and demonstrates how to use them in your React application.
Published on January 10, 2023 • 15 min read
We'll cover what React is - a front-end library for building UIs, why you would use it, the prerequisites you need to know before using it, and guides you through creating your first React app.
Published on January 1, 2023 • 7 min read