Nuxt.js

Development
Vue.js docs performance audit – Artem Denysov – Medium
Introduction
Your last ESLint config – Tomasz Netczuk – Medium
There is a moment in each team’s life in which it needs to decide what code style it’s going to use. After many hours of flame war…
OpenNews: Выпуск JavaScript-движка V8 6.1
The Critical Request | CSS-Tricks
Serving a website seems pretty simple: Send some HTML, the browser figures out what resources to load next. Then we wait patiently for the page to be ready. Little may you know, a lot is going on under the hood. Have you ever wondered how browser figures out which assets should be requested and in what order? Today we're going to take a look at how we can use resource priorities to improve the speed of delivery.
rikschennink/fitty
fitty - Makes text fit perfectly.
Error Handling in React 16 - React Blog
As React 16 release is getting closer, we would like to announce a few changes to how React handles JavaScript errors inside components. These changes are included in React 16 beta versions, and will be a part of React 16.
React 16 beta · Issue #10294 · facebook/react
The first React 16 beta is now available for public testing. 🎉 Getting Started Installation Instructions The beta has been published to NPM with the tag "next". Regular NPM installs will continue t...
Improving Web Performance to Mirror Engine Speed
Performance is a core feature of Algolia. Our search engine delivers millisecond results across millions of records. It was originally designed for mobile devices where the resources are very limited, but was after transformed into an online API that now runs as an NGINX module. Our front-end librar
gpu.js - GPU Accelerated JavaScript
gpu.js is a single-file JavaScript library for GPGPU in the browser. gpu.js will automatically compile specially written JavaScript functions into shader language and run them on the GPU using the WebGL API. In the case where WebGL is not available, the functions will still run in regular JavaScript.
How To (Safely) Use A jQuery Plugin With Vue.js – Vue.js Developers – Medium
It’s not a great idea to use jQuery and Vue.js in the same UI. Don’t do it if you can avoid it.
Hidden messages in JavaScript property names
Explanation of hidden messages in JavaScript property names
Реактивные интерфейсы на нативном JavaScript — Часть 1: Чистый функциональный стиль
Перевод статьи Brandon Smith: Reactive UI’s with VanillaJS — Part 1: Pure Functional Style.
Unit testing Vue.js components with Jest – Kevin Peters – Medium
Foreword: I integrated all the new JavaScript stuff into a legacy application. Because of this reason and that the old JavaScript was…
4 Important Changes In Vue.js 2.4.0
Vue.js 2.4.0 has been released this week with a ton of new features, fixes and optimisations. In this article I'll give you a breakdown of four of the most interesting new features.
What 10 Things Should a Serious Javascript... • r/javascript
I'm inviting pure opinion here, but what's your list of ten things that everyone looking for a *good* javascript role should know and understand....
wearehive/project-guidelines
project-guidelines - A set of best practices for JavaScript projects
Reducing CSS bundle size 70% by cutting the class names and using scope isolation
Just like Google does it
samccone/bundle-buddy
bundle-buddy - A tool to identify bundle duplication across splits.
How PregBuddy reached a LightHouse score of 100/100
By PregBuddy Engineering
Progressive Progressive Web Apps
Building Progressive Web Apps progressively is possible. This is how I did it.
How to turn your website into a PWA
A Progressive Web App, or PWA, uses modern web capabilities to deliver an app-like user experience. Any website can be a PWA - here's how to do it.
Micro frontends—a microservice approach to front-end web development
How companies like Spotify, Klarna, Zalando, Upwork, and Allegro are using the micro frontends approach to build their web apps.
project-guidelines/README.md at master · wearehive/project-guidelines · GitHub
While developing a new project is like rolling on a green field for you, maintaining it is a potenti...
Introduction - MaintainableCSS - an approach to writing modular, scalable and maintainable CSS | By Adam Silver
An introduction to MaintainableCSS, an approach to writing modular, scalable and of course maintainable CSS.
Why I'm Switching from React to Cycle.js — SitePoint
Ivan Jovanovic introduces the basic concepts of reactive programming and explains why he's ditching React for Cycle.js, a functional reactive JS framework.
vuejs/vetur
vetur - Vue tooling for VSCode.
Browser module loading - can we stop bundling yet?
I’m Sérgio, and I work at Web Developer Relations at Google, helping developers make the web a better place.
JavaScript Testing: From 0 to 80% Code Coverage – Tilo – Medium
I was recently working on an application at work which was stable but had no automated test coverage.
ArrayBuffer и SharedArrayBuffer в JavaScript, часть 2: знакомство с новыми объектами языка
В прошлый раз мы, в качестве подготовки к разговору об ArrayBuffer и SharedArrayBuffer, рассмотрели разные подходы к управлению памятью. Как вы, должно быть,...