Dragging React Performance Forward
One of the creators of react-beautiful-dnd goes in-depth on how they radically improved the performance of the latest version. - https://goo.gl/UCmTMZ
#react
One of the creators of react-beautiful-dnd goes in-depth on how they radically improved the performance of the latest version. - https://goo.gl/UCmTMZ
#react
Medium
Dragging React performance forward
I work on a drag and drop library for React: react-beautiful-dnd 🎉. The goal of the Atlassian library is to provide a beautiful and…
100 Lines of Code, 4 Rectangles, 2 Circles, 1 React SVG Loading Spinner - https://goo.gl/U6rtcU
#react
#react
codeburst
100 lines of code, 4 rectangles, 2 circles, 1 React SVG Loading Spinner
No one wants to make their users wait. What you want, is to provide the best experience possible like with a custom Loading component for…
Google Using Page Speed in Mobile Search Ranking
Starting in July 2018, page speed will be a ranking factor for mobile searches. - https://goo.gl/eSck3s
#mobile
Starting in July 2018, page speed will be a ranking factor for mobile searches. - https://goo.gl/eSck3s
#mobile
Official Google Webmaster Central Blog
Using page speed in mobile search ranking
Official news on crawling and indexing sites for the Google index
A Guide to Automating & Scraping the Web with JavaScript
I’m building a little Progressive Web App for an event and the event timetable is on a 3rd party with no API. This is a great article for working on how to get data for these kind of situations. - https://goo.gl/ShKsjT
#javascript #scraping
I’m building a little Progressive Web App for an event and the event timetable is on a 3rd party with no API. This is a great article for working on how to get data for these kind of situations. - https://goo.gl/ShKsjT
#javascript #scraping
codeburst
A Guide to Automating & Scraping the Web with JavaScript (Chrome + Puppeteer + Node JS)
Learn to Automate and Scrape the web with Headless Chrome
A Guide to Building a React Component for npm
Things worth knowing if you want to create a great React library and publish it on npm. - https://goo.gl/PD3GHz
#react
Things worth knowing if you want to create a great React library and publish it on npm. - https://goo.gl/PD3GHz
#react
Medium
A Guide to Building a React Component for npm
Building and publishing a React component on npm is very different from building a normal React web application. There are a lot of things…
“display: contents” Is Coming
Manuel Rego Casasnovas gives an overview of “display: contents”.
- https://goo.gl/tpBfRr
#css
Manuel Rego Casasnovas gives an overview of “display: contents”.
- https://goo.gl/tpBfRr
#css
Igalia
"display: contents" is coming - Rego's Everyday Life
A weblog about my work at Igalia
Getting Started with Web Accessibility in Vue
Vue is almost 4 years old, and has really shot up in popularity over the past year or so. With this growth, comes an increase in the number of Vue contributors, supporters and web applications -
https://goo.gl/TiBJhQ
#vue
Vue is almost 4 years old, and has really shot up in popularity over the past year or so. With this growth, comes an increase in the number of Vue contributors, supporters and web applications -
https://goo.gl/TiBJhQ
#vue
Medium
Getting Started with Web Accessibility in Vue
Vue is almost 4 years old, and has really shot up in popularity over the past year or so.
How Firefox’s New Compiler Makes WebAssembly Even Faster
Firefox 58 includes a new 2-tiered compiler which boasts a huge speedup for WebAssembly users. How? Why? All is explained here. - https://goo.gl/CQtxMc
#webAssembly
Firefox 58 includes a new 2-tiered compiler which boasts a huge speedup for WebAssembly users. How? Why? All is explained here. - https://goo.gl/CQtxMc
#webAssembly
Adding CAPTCHA to Ionic with Node.js Middleware
How to add Google’s reCAPTCHA service to an Ionic app. - https://goo.gl/f6ZaKn
#nodejs #ionic
How to add Google’s reCAPTCHA service to an Ionic app. - https://goo.gl/f6ZaKn
#nodejs #ionic
joshmorony - Build Mobile Apps with HTML5
Adding CAPTCHA to Ionic with NodeJS Middleware
When I built the Elite Ionic course, I built it as a PWA using Ionic. Anybody who signs up for the course can log in to the application and browse through the various modules. When people create ac…
Puppeteer 1.0: The Headless Chrome API for Node
Control Chrome headlessly over the DevTools protocol. 1.0 supports Chrome 65, JS/CSS code coverage API, better customization of PDFs, XPath support, and more. - https://goo.gl/QAVGwe
#nodejs #puppeteer
Control Chrome headlessly over the DevTools protocol. 1.0 supports Chrome 65, JS/CSS code coverage API, better customization of PDFs, XPath support, and more. - https://goo.gl/QAVGwe
#nodejs #puppeteer
GitHub
GoogleChrome/puppeteer
puppeteer - Headless Chrome Node API
The Latest Ways to Deal with the Cascade, Inheritance and Specificity
Ollie Williams explains how we will soon be able to handle inheritance and specificity in new ways. - https://goo.gl/wRi1sk
#css
Ollie Williams explains how we will soon be able to handle inheritance and specificity in new ways. - https://goo.gl/wRi1sk
#css
CSS-Tricks
The latest ways to deal with the cascade, inheritance and specificity | CSS-Tricks
The cascade is such an intrinsic part of CSS that they put it right there in the name. If you’ve ever needed to use !important to affect specificity in the
Unifying The Mobile Onboarding Experience at Uber
How the engineering team at Uber unified their onboarding experience, making it easier for users to get started. - https://goo.gl/XsRFq2
#mobile #uber
How the engineering team at Uber unified their onboarding experience, making it easier for users to get started. - https://goo.gl/XsRFq2
#mobile #uber
Uber Engineering Blog
Unifying Mobile Onboarding Experiences at Uber
By unifying mobile onboarding experiences for our new rider app, Uber Engineering made it easier than ever before for users to
React.Fragment and Semantic HTML in React 16.2+
Components can now render an array of elements without a parent container. - https://goo.gl/JJLd39
#react
Components can now render an array of elements without a parent container. - https://goo.gl/JJLd39
#react
james
React.Fragment and Semantic HTML
HTML is the backbone of the web and the code you write should be semantic. If you write semantic HTML, It's easier to read and ascertain developer intent. Take a look at the following semantic and unsemantic examples: No thank you 👎 Yes please! 👍 It's also…
Writing Single File Components (Vue Files) in Typescript: vue-class-component vs. Vue.extend
This article will go over the two recommended ways of writing Vue components in Typescript, both of which are supported in the Vue documentation. - https://goo.gl/1Lqk75
#vue
This article will go over the two recommended ways of writing Vue components in Typescript, both of which are supported in the Vue documentation. - https://goo.gl/1Lqk75
#vue
Front-End Society
Writing Single File Components (Vue Files) in Typescript: vue-class-component vs. Vue.extend
If you come from Typescript, the first thing you’re looking for when picking up Vue is making sure your Vue files are type-safe.
ServiceWorker Cookbook
The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web sites. -
https://goo.gl/y6gDTY
#serviceworker
The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web sites. -
https://goo.gl/y6gDTY
#serviceworker
Designing Reusable React Components
Or “What Lego Can Teach Us About Reuse in React Apps” - https://goo.gl/NXX5NC
#react
Or “What Lego Can Teach Us About Reuse in React Apps” - https://goo.gl/NXX5NC
#react
Using CSS Clip Path to Create Interactive Effects
As a kid, did you ever cut out pictures from magazines and create collages? Do the same on the Web with this neat technique. - https://goo.gl/k69b1r
#css #svg
As a kid, did you ever cut out pictures from magazines and create collages? Do the same on the Web with this neat technique. - https://goo.gl/k69b1r
#css #svg
CSS-Tricks
Using CSS Clip Path to Create Interactive Effects | CSS-Tricks
Do you remember being a kid, cutting out pictures from magazines? Did you glue them onto paper to create your own collages? This post is about cutting out