Chandan Rajpurohit

An Artist With Technical Skills

  • Next.js Overview

    Next.js is the react framework used for building web applications and user interfaces. It is loaded with a lot more features that enable you to build full-fledged production-ready applications. Features like routing, styling, authentication, and bundle optimization. There’s no need to install additional packages. Next.js provides everything that you need to make the Web Faster. […]

    Continue Reading

  • How To Pass Data Between Pages In ReactJS?

    We can pass data between pages in ReactJS in both class as well as functional components using Links v5 react-route and useNavigate, useLocation (hooks) v6 of react-router. Let’s see how we can achieve the above in the class component In PostScreen (Component) we have a Create Post link, by clicking the link we will go […]

    Continue Reading

  • Components In React

    Components Components let us split our UI into independent, reusable pieces, and think about each piece in isolation. Conceptually, components are like JavaScript functions. They return React elements describing what should appear on the screen. Components in React are widely classified as:- 1. Functional Component 2. Class Component The simplest way to define a component […]

    Continue Reading

  • What is Redux ?

    Redux     Redux is a state management library for Javascript apps. We can use Redux with any Framework such as React, Angular, Vue, as well as Vanilla JS.    Redux can help us understand how? , why?, when? and where? our data changed.    Redux centralizes our application’s state by storing all state at a place called Store.Redux […]

    Continue Reading

  • npm ERR! code EINTEGRITY Error Solved

    npm ERR! code EINTEGRITY Error Follow The Screenshots Below To Solve EINTEGRITY Error. If some other Issues or Errors put it in Comment Section.

    Continue Reading