Please enable JavaScript.
Coggle requires JavaScript to display documents.
Personal Frontend Evolution (Javascript (Library and Framework (Angular…
Personal Frontend Evolution
Javascript
Especifications
Vanilla JS
Imutables
Defensive programming
ES6
Classes
Definition :check:
Inheritance :check:
Base class access :check:
Static :check:
Getter/Setter :check:
Arrow Functions
Expression bodies :check:
Statement bodies :check:
Lexical this :check:
Template literals
String interpolation :check:
Custom interpolation :check:
Meta programing
Reflect :check:
Proxy :check:
Promises
Extended parameter handling
Default parameter values :check:
Rest parameter :check:
Spread operator :check:
Scoping
Block scoped variables (let, const) :check:
Block-Scoped Functions
Library and Framework
React
Angular
Fundamentos :check:
angular-cli :check:
Estrutura :check:
Databind unidirecional :check:
Componentes :check:
Inbound property :check:
Diretivas do angular :check:
Injeção de dependencia :check:
Ciclo de vida do componente :check:
Rotas :check:
BrowserModule e CommonModule :check:
Change detection :check:
Bind de eventos :check:
Resovlers :check:
RxJs
BehaviorSubject :check:
Subject :check:
Ng-Content :check:
Output property :check:
Diretivas customizadas :check:
ViewChild :check:
Plataforma execução :check:
Pipe async :check:
Guarda rotas :check:
Router link :check:
Validação formulário customizadas :check:
LazyLoad modulos :check:
Lazyload e code splitting :check:
Interceptor :check:
Vue.js
Leituras
(
https://github.com/getify/You-Dont-Know-JS
) YDKJS
Typescript
CSS
SASS
Clean CSS
API Browser
Indexdb
Babel