Site logo

react

Setting Up Husky and lint-staged in Your Next/React Project

Setting Up Husky and lint-staged in Your Next/React Project

Learn how to set up Husky and lint-staged in your Next/React project to automate code quality checks and prevent problematic code from entering your codebase.

Implement CI for react app with github action

Implement CI for react app with github action

In this article, you will learn how to implement continuous integration in your React application using GitHub Actions.

Install and Set Up a React.js Application

Install and Set Up a React.js Application

In this post, you are going to learn how to install and run a React application the easy way

React SearchParams

React SearchParams

React SearchParams is a valuable feature provided by React Router, offering the "useSearchParams" hook for efficient management of query parameters in your React applications. This feature simplifies the process of reading and updating query string parameters, allowing developers to seamlessly handle dynamic data and enhance search functionality within their applications

Navigation in React Router

Navigation in React Router

Overview of how to implement navigation in a React application using the React Router library