Skip to content

IT Notes

IT Notes

  • Home
  • Privacy Policy
  • Sample Page
    • Home
    • Interview Questions
    • Page 3
React JS Interview Questions

State the difference between getIntialState() and constructor()?

If you want to create one component by extending ‘React. Component’, the constructor helps you to initialize the State. But, if you want to create by using ‘Reat.createClass.’ then you…

React JS Interview Questions

How can we do server-side rendering in React?

We can use reaction serve to do the server-side rendering.

React JS Interview Questions

List down some of the methods in a react-dom package

Important methods for react-dom packages are: render() hydrate() createPortal() unmountComponentAtNode() findDOMNode()

React JS Interview Questions

Why do you need to use props.children?

This props.children allow you to pass a component as data to other components.

React JS Interview Questions

What are Controlled Components?

Controlled components are component which controls the input elements.

React JS Interview Questions

What is the main difference between createElement and cloneElment?

createElement is used by react to create react elements. cloneElement is used to clone an element and pass it new props.

React JS Interview Questions

What are Fragments?

You can use fragment keyword to group a list of children components without using any extra nodes to the DOM. For example : render() { return ( ); }

React JS Interview Questions

Explain react hooks

React hooks allows you to use State, and other React features without writing a class.

React JS Interview Questions

What is the use of ‘prop-types’ library?

‘Prop-types’ library allows you to perform runtime type checking for props and similar object in a recent application.

React JS Interview Questions

Explain the meaning of Mounting and Demounting

The process of attaching the element to the DCOM is called mounting. The process of detaching the element from the DCOM is called the demounting process.

Posts navigation

1 2 3 4 … 82

« Previous Page — Next Page »

Recent Posts

  • What is Blade?
  • What are the features of Laravel?
  • What is Laravel?
  • Explain the for keyword
  • Explain the enum keyword

Recent Comments

No comments to show.

Archives

  • June 2025
  • November 2024
  • August 2024
  • July 2024
  • April 2024
  • September 2023
  • May 2023

Categories

  • Android Interview Questions
  • Angular JS interview Questions
  • C Programming
  • C Programs
  • C++ Programming
  • Codeigniter Interview Questions
  • Computer Network
  • CSS Interview Questions
  • HTML Interview Questions
  • Java
  • Java Interview Questions
  • Javascript Interview Questions
  • jQuery interview Questions
  • Laravel Interview Questions
  • Mobile Application Development
  • MySQL Interview Questions
  • PHP
  • PHP Interview Questions
  • Python
  • Python Interview Questions
  • React JS Interview Questions
  • Software Engineering
  • System Analysis and Design (SAAD)
  • Uncategorized
  • Vtiger CRM

You Missed

Laravel Interview Questions

What is Blade?

Laravel Interview Questions

What are the features of Laravel?

Laravel Interview Questions

What is Laravel?

C Programming

Explain the for keyword

IT Notes

Copyright © All rights reserved | Blogus by Themeansar.