Development

Development

1854 bookmarks
Custom sorting
The Critical Request | CSS-Tricks
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.
·css-tricks.com·
The Critical Request | CSS-Tricks
Error Handling in React 16 - React Blog
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.
·facebook.github.io·
Error Handling in React 16 - React Blog
React 16 beta · Issue #10294 · facebook/react
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...
·github.com·
React 16 beta · Issue #10294 · facebook/react
Improving Web Performance to Mirror Engine Speed
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
·blog.algolia.com·
Improving Web Performance to Mirror Engine Speed
gpu.js - GPU Accelerated JavaScript
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.
·gpu.rocks·
gpu.js - GPU Accelerated JavaScript
4 Important Changes In Vue.js 2.4.0
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.
·vuejsdevelopers.com·
4 Important Changes In Vue.js 2.4.0
samccone/bundle-buddy
samccone/bundle-buddy
bundle-buddy - A tool to identify bundle duplication across splits.
·github.com·
samccone/bundle-buddy
How to turn your website into a PWA
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.
·mxb.at·
How to turn your website into a PWA
vuejs/vetur
vuejs/vetur
vetur - Vue tooling for VSCode.
·github.com·
vuejs/vetur
ArrayBuffer и SharedArrayBuffer в JavaScript, часть 2: знакомство с новыми объектами языка
ArrayBuffer и SharedArrayBuffer в JavaScript, часть 2: знакомство с новыми объектами языка
В прошлый раз мы, в качестве подготовки к разговору об ArrayBuffer и SharedArrayBuffer, рассмотрели разные подходы к управлению памятью. Как вы, должно быть,...
·habrahabr.ru·
ArrayBuffer и SharedArrayBuffer в JavaScript, часть 2: знакомство с новыми объектами языка