Afontcus’ Food for Thought (XXXVIII)
Complexity and SEO vs. Javascript
1. The Cult of the Complex — Jeffrey Zeldman
A brief overview of the history of web development and of our fixation on the complicated things over the simple.
If we wish to get back to the business of quietly improving people’s lives, one thoughtful interaction at a time, we must rid ourselves of the cult of the complex.
2. SEO para Progressive Web APPs (PWA) y Frameworks JavaScript — Natzir Turrado
En su estilo habitual, Natzir ha publicado lo que vendría siendo la bíblia del SEO y las PWA/SPA en el momento actual. El post incluye una introducción a las PWAs, la explicación básica sobre cómo, cuándo y qué crawlean Google y demás buscadores, y algunas pruebas de campo sobre la capacidad de indexación de aplicaciones client-side only.
Si te dedicas a desarrollar aplicaciones web (PWA o no) basadas en frameworks Javascript, tienes que leer esto.
3. Vue.js or React? Which you would chose and why? (evilpingwin, Reddit answer)
This Reddit answer highlights interesting points about the difference between Vue.js and React. They might seem similar on the surface, but every framework/library has its own focus and solves things differently. Is not as simple as “but X has a larger API surface” or “X is easier”.
This answer has been praised by Evan You himself.
Until next time!