Reading-Notes
code fellows 401
Read: 26 - Component Based UI
Name 5 Javascript UI Frameworks (other than React)
- AngularJS
- VueJS
- EmberJS
- BackBoneJS
- Meteor
What’s the difference between a framework and a library?
Frameworks provide a sandbox for you to work in. A library provides you with tools you can use in your code.
Vocab:
Rendering: render() method is required in a class component and is responsible for what is displayed to the browser and what can be viewed.
Templates: Ready to implement parts of code built in ReactJS
State: An instance of React Component Class, observable properties that control the behavior of the component