reading-notes

View the Project on GitHub TrunkOfUkuleles/reading-notes

Questions

  1. Name 5 Javascript UI Frameworks (other than React) Angular, Vue, svelte, webix, vaadin
  2. What’s the difference between a framework and a library? A library has some basic functions to augment your app, where a framework is a whole set of stuctures to build an app

Vocab

Rendering - term for the act of taking machine code and processing it into a visual element on a screen Templates - set of structures and methods for a quick and cohesive base for coding State - a COVE-like. a local storage bound to the component level execution context.

Preview

Which 3 things had you heard about previously and now have better clarity on? componentWillUpdate, frameworks, libraries

Which 3 things are you hoping to learn more about in the upcoming lecture/demo? react forms, frameworks, basic startup habits

What are you most excited about trying to implement or see how it works? hooks