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...