Development

Development

1854 bookmarks
Custom sorting
Lozad.js: Performant Lazy Loading of Images
Lozad.js: Performant Lazy Loading of Images
There are a few different "traditional" ways of lazy loading of images. They all require JavaScript needing to figure out if an image is currently visible
·css-tricks.com·
Lozad.js: Performant Lazy Loading of Images
What's New in React 16? — SitePoint
What's New in React 16? — SitePoint
In this post, we're going to learn how to create a music player using some of the new features in React 16. In implementing this music player, we’re going to learn about some of the changes in React 16. There are quite a few changes, so we won't cover all of them, but we’ll cover the ones that are important and that you can implement today. The album art comes from an album by a band called the Glass Animals. Since we can't legally stream the "Glass Animals" soundtrack, we've picked some royalty-free music to play in its place so we can get the full effect of the music player. See the Pen...
·sitepoint.com·
What's New in React 16? — SitePoint
Prefetching, preloading, prebrowsing
Prefetching, preloading, prebrowsing
When we talk about front end performance we think things like concatenation, minification, caching, or gzipping assets on the server so that the page loads
·css-tricks.com·
Prefetching, preloading, prebrowsing
Diving deep into JavaScript array – evolution & performance
Diving deep into JavaScript array – evolution & performance
Before starting the article I would like to state that this is not about the basic of JavaScript array. Neither about teaching syntaxes or showing usage examples. The article is more about memory repr
·voidcanvas.com·
Diving deep into JavaScript array – evolution & performance
Scalable
Scalable
Позволяет заполнять контейнеры элементами
·scriptartist.github.io·
Scalable
Creating Custom Inputs With Vue.js
Creating Custom Inputs With Vue.js
Component-based libraries or frameworks such as Vue.js have given us the wonderful ability to create reusable components to be spread throughout their respective application, ensuring that they are consistent, and (hopefully) simplifying how they are used.
·smashingmagazine.com·
Creating Custom Inputs With Vue.js