| What are the 3 main features of React
Below are the 3 major or view can say maine feature of React
(1)React uses virtual Dom instead of real DOM.
(2)React will use server-side rendering.
(3)React will generally use uni-directional data flow or we can say uni-directional data binding. | | |