12 followers
Solidifying my knowledge, transferring thoughts and helping beginner programmers remove the frustration wth copy-paste code without really understanding it
In this article, you'll learn how to manage the state in a React app using the Context API and the reducer function. The context API enables access to...
This article will teach you the concepts in GraphQL to enable you to perform queries and mutations on a data set. GraphQL is a query language and...
In this article, you will learn how to use Typescript in your React applications to write better, more type-safe code. Typescript adds rules on how...
In this tutorial, you will learn how to use SWR to fetch data in a React application. SWR is a library for data fetching, revalidating, and...
In this tutorial, you will manage the state of a React app using Redux. Redux helps you track and manage the state of an entire application in a...
In this article, you will learn how to implement continuous integration and continuous delivery in your React application using GitHub Actions. You...