Why React is so popular ?
React Js provides reusability, virtual dom and cross platform development. These three factors serves the foundation behind the popularity of React Js.
Reusability : React Js allows reusability with the help of components, states and props. Thus once piece of component could be written one time and rendered anywhere just by calling the component name and passing on the props.
Virtual DOM : Virtual DOM allows parts of page being refreshed on client interaction rather than refreshing the entire page. This helps in developing single page applications and a more smoother experience.
Cross Platform : React Js provides one code base which can be run on web, IOS and Android applications. Thus cost of hiring seperate team of developers gets drastically reduced. Also, time and complexity gets reduced as updating is more easier now.
Comments
Post a Comment