Variable Fonts: Is the Performance Trade-Off Worth It?
Anna Monus conducted a performance test to better understand the performance trade-offs of variable fonts. - http://amp.gs/0hiM
#css
Anna Monus conducted a performance test to better understand the performance trade-offs of variable fonts. - http://amp.gs/0hiM
#css
LogRocket Blog
Variable fonts: Is the performance trade-off worth it? - LogRocket Blog
Variable fonts eliminate the need for multiple font files and HTTP requests, but the files are typically huge. Is the performance trade-off worth it?
Vue.js – Updated Roadmap
As we are getting closer to the Vue.js release, here is the updated roadmap! The beta release should be ready by the end of Q1 with the RC release being available around mid Q2. Most of the crucial tooling should also be mostly finished by around Q2. - http://amp.gs/0vGq
#vue
As we are getting closer to the Vue.js release, here is the updated roadmap! The beta release should be ready by the end of Q1 with the RC release being available around mid Q2. Most of the crucial tooling should also be mostly finished by around Q2. - http://amp.gs/0vGq
#vue
GitHub
Roadmap · vuejs/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. - Roadmap · vuejs/vue
4 Best Practices To Writing Quality ES Modules
Principally these ideas are around organizing modules you create: prefer named exports, do no work during import, favor high cohesion and avoid long relative paths. - http://amp.gs/0g1S
#javascript
Principally these ideas are around organizing modules you create: prefer named exports, do no work during import, favor high cohesion and avoid long relative paths. - http://amp.gs/0g1S
#javascript
Dmitri Pavlutin Blog
4 Best Practices to Write Quality JavaScript Modules
JavaScript modules best practices: prefer named exports, no work during import, favor high cohesion and avoid long relative paths.
3 Ways to Render Large Lists in Angular
An overview of the available techniques to render large lists of items with Angular. - http://amp.gs/0g62
#angular
An overview of the available techniques to render large lists of items with Angular. - http://amp.gs/0g62
#angular
Onboarding Thousands of Users with React Native
A retrospective (from Coinbase) for companies that are considering React Native. - http://amp.gs/0V8d
#reactnative
A retrospective (from Coinbase) for companies that are considering React Native. - http://amp.gs/0V8d
#reactnative
Medium
Onboarding thousands of users with React Native
A retrospective for companies considering React Native
Building a GitHub App with Node
“Let’s build a GitHub app that enforces pinning exact dependencies in package.json.” Yep, this is a complete, practical tutorial on doing something that’s actually useful - I like it - http://amp.gs/09n5
#nodejs
“Let’s build a GitHub app that enforces pinning exact dependencies in package.json.” Yep, this is a complete, practical tutorial on doing something that’s actually useful - I like it - http://amp.gs/09n5
#nodejs
Stop Using isLoading Booleans?
This is an opinion piece, and your opinion might legitimately differ, but Kent explains why he thinks using a status enum or a state machine will help your app stay bug free. - http://amp.gs/04tv
#react
This is an opinion piece, and your opinion might legitimately differ, but Kent explains why he thinks using a status enum or a state machine will help your app stay bug free. - http://amp.gs/04tv
#react
Why the GOVUK Design System Team Changed the Input Type for Numbers
Hanna Laakso outlines usability problems with type=number input type. - http://amp.gs/0Rm1
#css
Hanna Laakso outlines usability problems with type=number input type. - http://amp.gs/0Rm1
#css
technology.blog.gov.uk
Why the GOV.UK Design System team changed the input type for numbers
We take a look at why the GOV.UK Design System changed the element it uses for inputting numbers, making it more accessible and easier to use
Episode #6: May the Forms be with You (feat. Marina Mosti)
This episode features a new guest Marina Mosti, author of the book "Build Forms with Vue.js." We get the opportunity to chat about forms in Vue, her writing process and her journey as a developer and educator. - http://amp.gs/0Un0
#vue #podcast
This episode features a new guest Marina Mosti, author of the book "Build Forms with Vue.js." We get the opportunity to chat about forms in Vue, her writing process and her journey as a developer and educator. - http://amp.gs/0Un0
#vue #podcast
7 Types of Native Errors in JavaScript You Should Know
A beginner’s level introduction to understanding the meaning behind errors like RangeError, ReferenceError, and URIError. - http://amp.gs/0dzY
#javascript
A beginner’s level introduction to understanding the meaning behind errors like RangeError, ReferenceError, and URIError. - http://amp.gs/0dzY
#javascript
Medium
7 Types of Native Errors in JavaScript You Should Know
Understand the common types of native errors in JavaScript.
Declarative internet shopping with Payment Request API and Angular
Remember last time you paid on a website with a single touch using Google Pay, Apple Pay or a credit card? Now suppose you need to implement this functionality in an Angular application. Let's see how this can be done. - http://amp.gs/0Ol2
#angular
Remember last time you paid on a website with a single touch using Google Pay, Apple Pay or a credit card? Now suppose you need to implement this functionality in an Angular application. Let's see how this can be done. - http://amp.gs/0Ol2
#angular
Are React Single File Components Here?
“I think React SFCs will reach standardization in the near future and it is worth discussing now as a standalone post.” - http://amp.gs/0rvm
#react
“I think React SFCs will reach standardization in the near future and it is worth discussing now as a standalone post.” - http://amp.gs/0rvm
#react
Considerations When Choosing Fonts for a Multilingual Website
Omar Bourhaouta shares some tips on working with multilingual websites. - http://amp.gs/0SeW
#css
Omar Bourhaouta shares some tips on working with multilingual websites. - http://amp.gs/0SeW
#css
CSS-Tricks
Considerations When Choosing Fonts for a Multilingual Website
As a front-end developer working for clients all over the world, I've always struggled to deal with multilingual websites — especially cases
Discussing JavaScript Deployments with Brian LeRoux
Brian is well known as an expert in the JavaScript space and is working on a serverless based platform for deploying JavaScript-powered APIs so it’s neat to hear what he thinks. - http://amp.gs/0Nhc
#podcast
Brian is well known as an expert in the JavaScript space and is working on a serverless based platform for deploying JavaScript-powered APIs so it’s neat to hear what he thinks. - http://amp.gs/0Nhc
#podcast
Software Engineering Daily
JavaScript Deployments with Brian LeRoux
Full-stack JavaScript applications have been possible since the creation of NodeJS in 2009. Since then, the best practices for building and deploying these applications have steadily evolved with the technology. ReactJS created consolidation around the view…
An introduction to Angular Template Syntax - JavaScript in Plain English
Angular is a popular front-end framework made by Google. Like other popular front-end frameworks, it uses a component-based architecture to structure apps. In this article, we’ll look at Angular template syntax. - http://amp.gs/0AS0
#angular
Angular is a popular front-end framework made by Google. Like other popular front-end frameworks, it uses a component-based architecture to structure apps. In this article, we’ll look at Angular template syntax. - http://amp.gs/0AS0
#angular
Medium
An introduction to Angular Template Syntax
We look at the basics of Angular templates.
Vue.js 3 Course - Composition API, TypeScript, Testing
Take a look at what I consider to be best practices when writing tests for Vue components. We will also take a sneak-peak at the new version of Vue Test Utils, built-in TypeScript for Vue 3.0, and some of the new features. - http://amp.gs/0qEv
#vue #video
Take a look at what I consider to be best practices when writing tests for Vue components. We will also take a sneak-peak at the new version of Vue Test Utils, built-in TypeScript for Vue 3.0, and some of the new features. - http://amp.gs/0qEv
#vue #video
Vuejs-Course
Best Practices for Testing Vue 3 Components (Part 1)
See the new version of Vue Test Utils, and some best practices for component tests
Should I useState or useReducer?
Two built-in React hooks that handle state.. but which should you use? An update on a post from last year. - http://amp.gs/0sUK
#react
Two built-in React hooks that handle state.. but which should you use? An update on a post from last year. - http://amp.gs/0sUK
#react
Kentcdodds
Should I useState or useReducer?
Two built-in React hooks that handle state, which one should you use?
CSS: Flexible Repeating SVG Masks
Tyler Gaw shares a CSS technique for using SVG as repeating masks. - http://amp.gs/0iDU
#css
Tyler Gaw shares a CSS technique for using SVG as repeating masks. - http://amp.gs/0iDU
#css
Tylergaw
CSS: Flexible Repeating SVG Masks
This started with a literal dream about CSS, then a Sunday morning of messing around.