reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

code fellows 401

Read: 26 - Component Based UI

Name 5 Javascript UI Frameworks (other than React)

  1. AngularJS
  2. VueJS
  3. EmberJS
  4. BackBoneJS
  5. 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