How Concurrent React Changes The Game for Data-Heavy UI
Concurrent React and Suspense are shaping up to heavily change how dynamic data-driven UIs are built - http://amp.gs/sio7
#react
Concurrent React and Suspense are shaping up to heavily change how dynamic data-driven UIs are built - http://amp.gs/sio7
#react
Medium
How Concurrent React changes the game for data-heavy UI
Concurrent React and Suspense are shaping up to heavily change how dynamic data-driven UIs are built.
Transloco’s New Dev Tools Make i18n in Angular Easy as Pie
For the past few months, the Transloco team has worked hard to provide you with a better i18n development experience in Angular. In this article, we’ll explore all the new 😎 stuff Transloco has to offer. - http://amp.gs/sDKj
#angular
For the past few months, the Transloco team has worked hard to provide you with a better i18n development experience in Angular. In this article, we’ll explore all the new 😎 stuff Transloco has to offer. - http://amp.gs/sDKj
#angular
Medium
Transloco’s New Dev Tools Make i18n in Angular Easy as Pie
Transloco Keys Managaer — The Key to a Better Translation Experience
The Basics of Unit Testing Node Apps using Mocha, Chai, and Sinon
How to use Mocha for testing, Chai for assertions and Sinon for mocks, spies, and stubs. - http://amp.gs/sud6
#nodejs
How to use Mocha for testing, Chai for assertions and Sinon for mocks, spies, and stubs. - http://amp.gs/sud6
#nodejs
Migrating a 50K SLOC Flow and React Native App to TypeScript
Ditching Flow for TypeScript is easier than ever and should be more future proof. - http://amp.gs/sJiK
#javascript #flow #typescript
Ditching Flow for TypeScript is easier than ever and should be more future proof. - http://amp.gs/sJiK
#javascript #flow #typescript
Medium
Migrating a 50K SLOC Flow + React Native app to TypeScript
Ditching Flow for TypeScript is easier than ever
Understanding React's key Prop
The key prop is a mechanism for controlling component instances. “I want to share a little trick with you, not because I use this a lot, but because understanding this principle will help you understand React a bit better.” - http://amp.gs/s0wD
#react
The key prop is a mechanism for controlling component instances. “I want to share a little trick with you, not because I use this a lot, but because understanding this principle will help you understand React a bit better.” - http://amp.gs/s0wD
#react
Kentcdodds
Understanding React's key prop
The key prop is a mechanism for controlling component instances.
Google Maps Is Now An Angular Component
The latest Angular Component release introduces a new Google Maps component. Here’s how to use it. - http://amp.gs/sKiD
#angular
The latest Angular Component release introduces a new Google Maps component. Here’s how to use it. - http://amp.gs/sKiD
#angular
The Most Important Feature in Vue
I've said it before and I'll say it again: Computed properties are the most important feature in Vue. Sure, scoped slots let you create some nice abstractions and watchers are useful too. But I don't think anything comes close to how valuable computed props are. - http://amp.gs/s3Kw
#vue
I've said it before and I'll say it again: Computed properties are the most important feature in Vue. Sure, scoped slots let you create some nice abstractions and watchers are useful too. But I don't think anything comes close to how valuable computed props are. - http://amp.gs/s3Kw
#vue
Michaelnthiessen
The Most Important Feature in Vue - Michael Thiessen
I've said it before and I'll say it again: Computed properties are the most important feature in Vue. Sure, scoped slots let you create some nice abstractions and watchers are useful too. But I don't think anything comes close to how valuable computed props…
Understanding the delete Operator
delete is used to remove specific properties from objects. - http://amp.gs/sHWu
#javascript
delete is used to remove specific properties from objects. - http://amp.gs/sHWu
#javascript
Medium
Understanding the Delete Operator in JavaScript
Learn how the delete operator deals with configurable and non-configurable properties, and much more.
CSS Logical Properties
Adrian Roselli gives a nice primer on logical properties. - http://amp.gs/s2uw
#css
Adrian Roselli gives a nice primer on logical properties. - http://amp.gs/s2uw
#css
Learn React Context in 5 Minutes - A Beginner's Tutorial
React’s Context API has become the state management tool of choice for many, oftentimes replacing Redux altogether. - http://amp.gs/sXuz
#react
React’s Context API has become the state management tool of choice for many, oftentimes replacing Redux altogether. - http://amp.gs/sXuz
#react
A Complete Guide to JavaScript Tooling
An (entry level) guide to various JavaScript tooling systems, including linters, type checkers, package managers and more. - http://amp.gs/sL3Z
#javascript
An (entry level) guide to various JavaScript tooling systems, including linters, type checkers, package managers and more. - http://amp.gs/sL3Z
#javascript
DEV Community
A Complete Guide to JavaScript Tooling
Want to become a productive JavaScript developer? Confused no more with a complete guide to JavaScript tooling systems
How to Send Good Pull Requests on GitHub
A checklist to follow when creating a PR for your favorite project. - http://amp.gs/sWLd
#github
A checklist to follow when creating a PR for your favorite project. - http://amp.gs/sWLd
#github
API-less Prototyping with Angular
Start prototyping with minimal changes to your application at integration time with Angular Injectables. - http://amp.gs/saiz
#angular
Start prototyping with minimal changes to your application at integration time with Angular Injectables. - http://amp.gs/saiz
#angular
Medium
API-less Prototyping with Angular
Start prototyping with minimal changes to your application at integration time with Angular Injectables
Production-ready Vue SSR in 5 Simple Steps
Usually when working with SSR in Vue, developers opt to use one of the frameworks on top of Vue: Nuxt.js, Quasar or Gridsome. However, sometimes you might need to build a SSR solution yourself. This does require some more work on your end though. This article gives a nice introduction on how to set up a production ready SSR project. For more information, take a look at the official SSR guide. - http://amp.gs/soKY
#vue
Usually when working with SSR in Vue, developers opt to use one of the frameworks on top of Vue: Nuxt.js, Quasar or Gridsome. However, sometimes you might need to build a SSR solution yourself. This does require some more work on your end though. This article gives a nice introduction on how to set up a production ready SSR project. For more information, take a look at the official SSR guide. - http://amp.gs/soKY
#vue
Medium
Production-ready Vue SSR in 5 Simple Steps
In this article we’ll cover how to set up production-ready SSR for Vue application using: Webpack 4, Babel 7, Node.js Express server…
CSSdb - What’s next for CSS?
CSSdb is a comprehensive list of CSS features and their positions in the process of becoming implemented web standards. - http://amp.gs/sMKF
#css
CSSdb is a comprehensive list of CSS features and their positions in the process of becoming implemented web standards. - http://amp.gs/sMKF
#css
cssdb
PostCSS Preset Env
Convert modern CSS into something browsers understand.
How to Fully Optimize Webpack 4 Tree Shaking
“We reduced our bundle sizes by an average of 52%.” - http://amp.gs/s5xN
#javascript
“We reduced our bundle sizes by an average of 52%.” - http://amp.gs/s5xN
#javascript
Medium
How to Fully Optimize Webpack 4 Tree Shaking
We reduced our bundle sizes by an average of 52%
pm2 4.2 Released: The Node Production Process Manager
A very mature and widely used process manager that includes a load balancer for keeping Node apps alive forever and to reload them without downtime. - http://amp.gs/s5w3
#nodejs #pm2
A very mature and widely used process manager that includes a load balancer for keeping Node apps alive forever and to reload them without downtime. - http://amp.gs/s5w3
#nodejs #pm2
Easily switch to Composition API in Vue.js 3
A step by step guide on how to migrate a Vue.js component from the traditional Object API to the modern Composition API, easy and in a cheatsheet format. - http://amp.gs/sQRd
#vue
A step by step guide on how to migrate a Vue.js component from the traditional Object API to the modern Composition API, easy and in a cheatsheet format. - http://amp.gs/sQRd
#vue
The Web Almanac 2019: Mobile Web
This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E
#mobile #web
This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E
#mobile #web
almanac.httparchive.org
Mobile Web | 2019 | The Web Almanac by HTTP Archive
Mobile Web chapter of the 2019 Web Almanac covering page loading, textual content, zooming and scaling, buttons and links, and ease of filling out forms.