1. Name 5 Javascript UI Frameworks (other than React)
2. What’s the difference between a framework and a library?
A Library is a set of code that was previously written by a developer that you can call when you are building your project. In simple words, a bunch of code packed together that can be used repeatedly is known as Library.
A framework is a supporting structure that gives shape to your code.
Term | Definition |
---|---|
Rendering | to showing the output in the browser. |
Templates | A template is a chunk of HTML that you need to inject onto the page. |
State | The state object is where you store property values that belongs to the component.When the state object changes, the component re-renders. |
Which 3 things had you heard about previously and now have better clarity on?
JSX, React, rendering
Which 3 things are you hoping to learn more about in the upcoming lecture/demo?
sass, super(props), inheritance
What are you most excited about trying to implement or see how it works?
Sass and React!!