InterviewSolution
| 1. |
What Makes Meteor Different From Javascript Frameworks Like Angular Or React? |
|
Answer» METEOR is a full-stack JavaScript App Platform that assembles all the pieces you need to build modern web and mobile apps, with a single JavaScript codebase. Angularand React are JavaScript UI frameworks that can be used in conjunction with Meteor, as an alternative to Meteor’s Blaze library. Think of ANGULAR, React, and Blaze as the 'V' in MVC. Meteor automatically MANAGES the DATA flow between cloud and client applications, as well as client UI STATE and rendering, regardless of which UI framework you use. Meteor is a full-stack JavaScript App Platform that assembles all the pieces you need to build modern web and mobile apps, with a single JavaScript codebase. Angularand React are JavaScript UI frameworks that can be used in conjunction with Meteor, as an alternative to Meteor’s Blaze library. Think of Angular, React, and Blaze as the 'V' in MVC. Meteor automatically manages the data flow between cloud and client applications, as well as client UI state and rendering, regardless of which UI framework you use. |
|