2488 private links
Un tolomato, pero lo guardo para leer luego.
Detalle y trucos de lo que se puede hacer realmente con el console.log() usado clásicamente para debuggear en JavaScript
A lot of the rules are also useful for TypeScript
Redux solves a problem that might not be clear in the beginning: it helps giving each React component the exact piece of state it needs.
Redux holds up the state within a single location.
Also with Redux the logic for fetching and managing the state lives outside React.
Redux is framework-agnostic. Learn it once, use it everywhere (Vue JS, Angular).
A higher-order component (HOC) is an advanced technique in React for reusing component logic. HOCs are not part of the React API, per se. They are a pattern that emerges from React’s compositional nature.
component para Angular basado en Material
suitable for old AngularJS apps
I guess the upgrade from Angular 4 to Angular 5 is less complicated, as the real issue is with 1.*
A really interesting and in-depth information on how delete works and why it works in that way.
Code formatter, usable as plugin inside the editor or hookable into git (configuring it into any required package.json)