Jorge Andrade


@jorandradefig
Software Engineering


framework
or
library
?
A framework embodies some abstract design, with more behavior built in. In order to use it you need to insert your behavior into various places in the framework either by subclassing or by plugging in your own classes. The framework's code then calls your code at these points.
A library is essentially a set of functions that you can call, these days usually organized into classes. Each call does some work and returns control to the client.

DOM

Web Components

JavaScript
ES6+
ES2015
ES2016

JSX


Components
<MyDiv>
<MyP>
<MyIMG>
Lifecycle

Hands-on work...
React
By Jorge Andrade
React
- 251