Skip to the content.
Home Page
Class 26 Notes
Review, Research, and Discussion
- Other than React, five UI frameworks are: Angular, Vue, Svelte, Ember, Webix.
- The difference between a framework and a library is how much of your own code is in the mix. When using a library, the majority of the code in your app is your own. When using a framework, the majority of the code in your app, is of a third parties make.
Terms
- Rendering: This is the act of displaying information on a webpage/screen.
- Templates: A reusable structure that can be applied to other units of code.
- State: It is a form of data that persists within your app and that is held at the highest level of its use.