Programming Fields

  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter
Home ยป React

Web Apps Using Javascript’s Most Popular Build Tool WEBPACK 2

September 10, 2023 by Bunty Leave a Comment

Setup Webpack config in React

The Webpack tool is a very popular tool these days. As a web developer. I think it is an important skill to know about React Webpack. How to read and understand documentation. When you are learning React or you are just a beginner. You create an App using create-react-app. But this method abstracts away the […]

Filed Under: React Tagged With: Babel RC, CSS Loader in Webpack, Eslint in React, npm watch, React Template, Webpack, Webpack configuration, Webpack Configuration in React, Webpack in React

How to Deploy a React Application on a cPanel in a Subdirectory

February 26, 2023 by Umesh Rana 1 Comment

Deploy react app

The deployment of any application on a cPanel is easy. But, it varies on the type of application environment and dependencies. The most tedious job is configuration inside any server based on the dependencies, whether it is Shared hosting, VPS, or AWS. We can host React App on any server. As we know for running […]

Filed Under: React Tagged With: Build React App, Deploy React App, Deploy React App on cPanel, Deploy React App on cPanel in a Subdirectory, Deploy React App on Server, Host React App on cPanel, Host React App on Server

How to Use Location Hook in React Router DOM V6

September 1, 2022 by Umesh Rana Leave a Comment

Like other React hooks, React Router DOM provides a hook for handling the URL data in the component. This hook is known as useLocation hook. The useLocation hook returns the location object from the current URL. The URL may contain different segments, parameters, query strings, etc. Therefore, by using this location object, it allows us […]

Filed Under: React Tagged With: Decode Query String in React, Encode Query String, Location Object in React, Query String in React, React Router DOM, React useLocation Hook, URL Params in React JS, useLocation Hook in React JS

Redirect to Component with Props Using useNavigate Hook

August 29, 2022 by Umesh Rana Leave a Comment

React useNavigate Hook

React Router V6 provides lots of features that make development easier. In this post, I will discuss about the React useNavigate hook. This hook is used to redirect from one component to another or one link to another. The exciting part is, that you can pass values by redirecting from component to component. The value […]

Filed Under: React Tagged With: Navigate to Component in React, Navigate with Props Data, React Hooks, React Router DOM Navigation, State Props in Navigation, useLocation Hook, useNavigate Hook

How to Create Todo App in React JS Using Redux

July 15, 2022 by Umesh Rana 3 Comments

React Todo App using Redux

Redux provides flexibility to manage the state at the application level. We have already seen the basic implementation of Redux in React Js. Once, you create the state using Redux, it can be used in any of your components in the entire app. Today, by using Redux, we will create a React Todo App. But […]

Filed Under: React Tagged With: React Redux Setup, React Redux Todo App, React Todo App Handling Using Redux, React Todo App Using Redux, Redux State Management For Todo App

How to Use Routing in React JS Using React Router V6

May 1, 2022 by Umesh Rana Leave a Comment

React Router V6

React router is used to navigate from one component to another. It provides different elements through which the components can be wrapped out. Also, you can render the component separately based on the route. In this post, we will talk about React Router DOM. Recently the React Router has upgraded to React Router V6. This […]

Filed Under: React Tagged With: Component Rendering in React JS, Nested Routes in React JS, React Router Outlet, React Router V6 in React JS, React Routing V6, Routing Using React Router V6, useNavigate Hook in React Router, useParams Hook in React

How to use Redux, React Redux in React JS with Example

February 5, 2022 by Bunty Leave a Comment

React Redux in counter app

Redux is the most usable library for state management in React Js. It makes our application very simplified for maintaining the state. You can access the application state in any of your components. No matter what hierarchy has that component. In this post, I will explain React Redux. For demonstrating it properly, I will create […]

Filed Under: React Tagged With: Counter App Using Redux, React Reducer, React Redux, Redux Action, Redux Action Type, Redux Reducer, Redux Store, Redux Store Creator, State Management Using Redux

How to Install and Setup Redux in React JS Step By Step

January 30, 2022 by Bunty Leave a Comment

Redux installation in React js

In this tutorial, I will explain the Redux Library. Till now, we have seen the state management protocol recommended by React. We have placed the methods and state for handling it in the components of the react application. The handler methods and the state have then been passed to other components of the application. This […]

Filed Under: React Tagged With: Manage State Using Redux, React Redux Binding, React Redux Overview, Redux Installation in React, Redux Setup in React, State Management in React

Form Handling in React JS Using React Hook Form Library

November 5, 2021 by Umesh Rana Leave a Comment

react hook form

There are lots of ways to validate and form handling in React JS. You may write the custom validation rules for every input inside the form. It can be good when you have fewer inputs in the form. This can be handled by writing a few lines of code. But think, when you have a […]

Filed Under: React Tagged With: Form Validation in React JS, Hook Form in React, React Form Handling Using Hook, React Hook For Form Handling

API Handling in React Functional Component Using Hook

October 30, 2021 by Umesh Rana 1 Comment

API handling using Hook

In React, we have already seen the API request handling in a class component. The class component is the old approach in React JS. After releasing React 16.8, we are accustomed to the functional component. The functional component helps in writing a more cleaned-up code than the class component. In React posts, I have already shared […]

Filed Under: React Tagged With: APIs in React, Axios in React, Effect Hook in React JS, Hooks in React JS, HTTP Request Handling in React, React Axios API Handling, State Hook in React JS

  • 1
  • 2
  • 3
  • Next Page »

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (142)
  • Linux (14)
  • Livewire (8)
  • MacOS (3)
  • Node (2)
  • PHP (16)
  • React (21)
  • Tailwind CSS (1)
  • WordPress (7)

Support Us on YouTube

The Mind Behind This Blog

A passionate Full Stack Developer with a flair for crafting web and mobile solutions that deliver outstanding user experiences. With 6+ years of hands-on experience in the world of software development. I thrive on turning complex ideas into elegant, efficient, and user-friendly applications. Apart from it, I am a knowledge enthusiast, and devoted content creator. Read Moreโ€ฆ

Quick Navigation

  • Home
  • About Us
  • Privacy Policy
  • Contacts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright ยฉ 2025ยท Programming Fieldsยท All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Ownersยท

Programming Fields
  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter