What is virtual Dom in React Js

What is virtual Dom in React Js

Before Knowing about Virtual DOM, lets first discuss about DOM. DOM is document object model which is in the structure...
React syntax highlighting for SUBLIME

React syntax highlighting for SUBLIME

Generally ES6 syntax is not recognized by the sublime editor.In order to make it recognize we need to install babel...
React Js Environment Setup step by step

React Js Environment Setup step by step

React js hello World Program Here is a step by step approach with explanation of how to set up react environment Prerequisites: 1)...
Refusing to install react as a dependency of itself -  React installation error

Refusing to install react as a dependency of itself - React installation error

In order to set up we use the command npm install react react-dom --save And the if error Refusing to install...
2) What are Components and types of components  in React Js

2) What are Components and types of components in React Js

Components is the most important concept in React. Component is just a part of a web page , which can be reused...
1) Introduction To Reactjs and JSX  with Hello world example

1) Introduction To Reactjs and JSX with Hello world example

React is a java script library and not a framework.React is not a complete solution to develop an end-to end application.We...
React Js is a library or framework ?

React Js is a library or framework ?

Hi, There are many discussions which are going around the web regarding the question "React Js is a framework or Library?" React...