Component Based UI
Review, Research, and Discussion
- Name 5 Javascript UI Frameworks (other than React)
- Angular
- Vue
- Ember
- Meteor
- Mithril
-
What’s the difference between a framework and a library?
A library performs specific, well-defined operations. A framework is a skeleton where the application defines the “meat” of the operation by filling out the skeleton. The skeleton still has code to link up the parts but the most important work is done by the application.
Document the following Vocabulary Terms
-
Rendering: a process used in web development that turns website code into the interactive pages users see when they visit a website
-
Templates: HTML web pages that execute Embedded Javascript on the server before rendering the page back to the client
-
State: a plain JavaScript object used by React to represent an information about the component’s current situation