An Overview of JSX With 3 Non-React Examples
JSX was built for and popularized by React. Here’s how it works under the hood and how it could be used in two non-React scenarios (Express and Mongoose). - http://amp.gs/uG2t
#react
JSX was built for and popularized by React. Here’s how it works under the hood and how it could be used in two non-React scenarios (Express and Mongoose). - http://amp.gs/uG2t
#react
The Code Barbarian
An Overview of JSX With 3 Non-React Examples
JSX is an extension of the JavaScript language that supports XML-like syntax. While JSX is usually used for React, it doesn't have to be - here's 3 examples that don't involve React.
Array reduce vs Chaining vs for Loop
A comparison of different approaches to operating on an array. - http://amp.gs/ufjk
#nodejs
A comparison of different approaches to operating on an array. - http://amp.gs/ufjk
#nodejs
Kentcdodds
Array reduce vs chaining vs for loop
A comparison of different approaches to operating on an array
Vue Testing Handbook – Lachlan Miller
Most likely the go-to place for everything related to unit-testing in Vue! This includes a guide on how to test Vuex and even the upcoming Composition-API. - http://amp.gs/ufLr
#vue
Most likely the go-to place for everything related to unit-testing in Vue! This includes a guide on how to test Vuex and even the upcoming Composition-API. - http://amp.gs/ufLr
#vue
lmiller1990.github.io
Vue Testing Handbook
Material Design Style Click Effects With Pointer Events and CSS Custom Properties
Ben Frain demonstrates how to create click effects like in material design. - http://amp.gs/uCMR
#css
Ben Frain demonstrates how to create click effects like in material design. - http://amp.gs/uCMR
#css
How To Create And Deploy an Angular Material App
This article will help you get started with a new Angular project from just a thought to deployment (on Netlify, in this case). - http://amp.gs/ukbp
#angular
This article will help you get started with a new Angular project from just a thought to deployment (on Netlify, in this case). - http://amp.gs/ukbp
#angular
Smashing Magazine
How To Create And Deploy Angular Material Application — Smashing Magazine
This article will help you get started with a new Angular project from just a thought to deployment.
The React Hooks Guide: In-Depth Tutorial with Examples. Start Learning
Learn all about React Hooks as we comprehensively cover: State and Effects, Context, Reducers, and Custom React Hooks. - http://amp.gs/ueU7
#react
Learn all about React Hooks as we comprehensively cover: State and Effects, Context, Reducers, and Custom React Hooks. - http://amp.gs/ueU7
#react
Telerik
The Guide to Learning React Hooks
(Examples & Tutorials)
(Examples & Tutorials)
Hooks offer a lot of benefits for developers and are changing the way we write #React code for the better. This in-depth article covers everything from hooks for state & effects, context and reducers to creating custom #hooks.
What to Pay JavaScript Developers in 2020?
I think this is one of those “how long is a piece of string?” type questions but nonetheless Eric Elliott has brought together a variety of interesting stats. - http://amp.gs/u7zE
I think this is one of those “how long is a piece of string?” type questions but nonetheless Eric Elliott has brought together a variety of interesting stats. - http://amp.gs/u7zE
Medium
What to Pay JavaScript Developers in 2020
As hiring managers, we have a lot of tough choices to make. One choice most hiring managers get wrong is compensation for developers. This…
An Introduction to React’s Context API
A look at how to use React’s Context API - which allows you to manage global application states in your React apps without resorting to props drilling. - http://amp.gs/u73n
#react
A look at how to use React’s Context API - which allows you to manage global application states in your React apps without resorting to props drilling. - http://amp.gs/u73n
#react
Smashing Magazine
An Introduction To React’s Context API — Smashing Magazine
In this article, you will learn how to use React’s Context API which allows you to manage global application states in your React apps without resorting to props drilling.
Why I Avoid Nesting Closures
“A little tendency I have to reduce cognitive load for readers of my code.” - http://amp.gs/uPp6
#nodejs
“A little tendency I have to reduce cognitive load for readers of my code.” - http://amp.gs/uPp6
#nodejs
Kentcdodds
Why I avoid nesting closures
A little tendency I have to reduce cognitive load for readers of my code.
Dynamic Visualisation with Angular
When faced with a need to visualise data, many developers' first instinct is to reach for a 3rd-party charting library. There's nothing wrong with this: there are several robust and full-featured libraries out there, and it's usually smart to leverage existing, good quality code. But we shouldn't forget that Angular, coupled with modern CSS features, also provides a great base on which to create our own, bespoke visualisation components. - http://amp.gs/uPuI
#angular
When faced with a need to visualise data, many developers' first instinct is to reach for a 3rd-party charting library. There's nothing wrong with this: there are several robust and full-featured libraries out there, and it's usually smart to leverage existing, good quality code. But we shouldn't forget that Angular, coupled with modern CSS features, also provides a great base on which to create our own, bespoke visualisation components. - http://amp.gs/uPuI
#angular
newline
Dynamic Visualisation with Angular -- newline
Understanding CSS Grid: Grid Lines
Rachel Andrew explains how to place items against grid lines by adding properties to the direct children of the grid container. - http://amp.gs/uyU0
#css
Rachel Andrew explains how to place items against grid lines by adding properties to the direct children of the grid container. - http://amp.gs/uyU0
#css
Smashing Magazine
Understanding CSS Grid: Grid Lines — Smashing Magazine
In a new series, Rachel Andrew breaks down the CSS Grid Layout specification. This time, we take a look at how to use the grid lines to place items.
How to write a Vue.js app completely in TypeScript – Preetish HS
Want to build a Vue.js app in TypeScript but don’t know where to start? This tutorial demonstrates how to build a new TypeScript app using Vue CLI. - http://amp.gs/uhC5
#vue
Want to build a Vue.js app in TypeScript but don’t know where to start? This tutorial demonstrates how to build a new TypeScript app using Vue CLI. - http://amp.gs/uhC5
#vue
LogRocket Blog
Vue.js and TypeScript: A complete tutorial with examples - LogRocket Blog
Learn to build a Vue.js app completely in TypeScript. Examples cover class-based components, using TypeScript with Vuex, mixins, and more.
Playwright: A Node Library to Automate Chromium, Firefox and WebKit
If you’re familiar with Puppeteer for automating Chrome/Chromium, this is in a similar vein for multiple browsers and is being worked on by some of the same contributors. The goal? To be vendor-neutral and to make the APIs more testing-friendly than Puppeteer. - http://amp.gs/uhsA
#library
If you’re familiar with Puppeteer for automating Chrome/Chromium, this is in a similar vein for multiple browsers and is being worked on by some of the same contributors. The goal? To be vendor-neutral and to make the APIs more testing-friendly than Puppeteer. - http://amp.gs/uhsA
#library
GitHub
microsoft/playwright
Node.js library to automate Chromium, Firefox and WebKit with a single API - microsoft/playwright
You Can Now Run A TensorFlow SavedModel in Node Directly Without Conversion - http://amp.gs/uvn3
#nodejs
#nodejs
blog.tensorflow.org
Run a TensorFlow SavedModel in Node.js directly without conversion
The TensorFlow blog contains regular news from the TensorFlow team and the community, with articles on Python, TensorFlow.js, TF Lite, TFX, and more.
Angular: How to support IE11
In this article, we will go through the steps to support Internet Explorer 11 with Angular. The first half of this will quickly show the steps we need to take, and the second half will break these steps down in more detail for anyone wishing to learn more. In the end we'll add some additional tips that may come up in a real-world application. - http://amp.gs/ughb
#angular
In this article, we will go through the steps to support Internet Explorer 11 with Angular. The first half of this will quickly show the steps we need to take, and the second half will break these steps down in more detail for anyone wishing to learn more. In the end we'll add some additional tips that may come up in a real-world application. - http://amp.gs/ughb
#angular
DEV Community
Angular: How to support IE11
In this article I will show you the steps I took to support Internet Explorer 11 with Angular. The fi...
A Class-Based enum Pattern for JavaScript
Always a pleasure to see Dr. Axel writing. This time he looks at a way to implement enums (as available in other languages) in pure JavaScript before showing off enumify, a library he’s created for the task. - http://amp.gs/uEfT
#javascript
Always a pleasure to see Dr. Axel writing. This time he looks at a way to implement enums (as available in other languages) in pure JavaScript before showing off enumify, a library he’s created for the task. - http://amp.gs/uEfT
#javascript
Inside Node: What Happens When We Execute A Script?
Ever wondered what happens behind the scenes when executing a script? This blog post pieces it all together - http://amp.gs/uVnc
#nodejs
Ever wondered what happens behind the scenes when executing a script? This blog post pieces it all together - http://amp.gs/uVnc
#nodejs
The Last Damn Vue ToDo App – Raymond Camden
I’d hope the last time was the last time, but here we are with yet one more ToDo App tutorial. Last one, I promise! This time Raymond is trading the indexedDB implementation for a Firebase/Firestore database including creating users. Which means, your ToDo app can be finally be used on multiple devices. - http://amp.gs/u9v6
#vue
I’d hope the last time was the last time, but here we are with yet one more ToDo App tutorial. Last one, I promise! This time Raymond is trading the indexedDB implementation for a Firebase/Firestore database including creating users. Which means, your ToDo app can be finally be used on multiple devices. - http://amp.gs/u9v6
#vue
Raymondcamden
The Last Damn Vue ToDo App
Last in a series of Vue.js ToDo app posts
Creating a Variable Color Font From Scratch
Ahmad Shadeed walks you through the details of variable fonts and explains how to create a custom variable font. - http://amp.gs/u4Gz
#css
Ahmad Shadeed walks you through the details of variable fonts and explains how to create a custom variable font. - http://amp.gs/u4Gz
#css
Ahmad Shadeed Blog
Creating a Variable Color Font From Scratch - Ahmad Shadeed
A Good VSCode Linting and Formatting Setup for TypeScript Projects
There’s a GitHub repo with the actual configs and rules. - http://amp.gs/uUVy
#javascript
There’s a GitHub repo with the actual configs and rules. - http://amp.gs/uUVy
#javascript
Medium
My best VSCode Linting/Formatting configuration for Typescript Projects
Featuring a set of enterprise-grade Linter/Formatter rules to earn bootstrapping time for your Typescript applications.