InterviewSolution
Saved Bookmarks
| 1. |
How mobile app development with React Native is different than web app development with ReactJS |
|
Answer» ReactJS and React native, both are developed and open sourced by FACEBOOK Inc. React native FRAMEWORK follows the React JS framework's basic architecture. React native also promotes a component-based approach to build MOBILE screens. All the React natives possess similar lifecycle methods which are exposed by React js component. But still, there are a few differences between ReactJS and React Native
React native comes with static TYPE checking tooling enabled by default but you need to perform few steps to enable flow static type checking in React project. |
|