| Released in the year 2013. | Released in the year 2015. |
| It can be executed on MULTIPLE platforms. | It is not platform-independent. It will need some EXTRA effort to work on different platforms. |
| Generally used for developing WEB applications. | Generally used for developing mobile applications. |
| Here, Virtual DOMs are used to render browser CODE. | Here, an in-built API is used to render code for mobile applications. |
| It uses the JS library and CSS for animations. | It has its own in-built animation libraries. |
| It uses the React Router to navigate through web PAGES. | It has an in-built navigator to navigate through mobile application pages. |