The Key React Libraries to Use in 2020
A curated and comprehensive list of the key React libraries worth using as of 2020. Even if you disagree with some choices, I’ve always found such lists useful to peruse. - http://amp.gs/u60J
#react
A curated and comprehensive list of the key React libraries worth using as of 2020. Even if you disagree with some choices, I’ve always found such lists useful to peruse. - http://amp.gs/u60J
#react
www.robinwieruch.de
React Libraries in 2020 - RWieruch
A comprehensive list of all the relevant React libraries used in 2020. If you are new to React, its ecosystem may be overwhelming at first. However, all these React libraries offer everything you need to build large scale applications with React ...
Building an Accessible Autocomplete Control
Adam Silver shows how to design and build an accessible autocomplete control from scratch. - http://amp.gs/ub3N
#css
Adam Silver shows how to design and build an accessible autocomplete control from scratch. - http://amp.gs/ub3N
#css
Adamsilver.io
Building an accessible autocomplete control – Adam Silver – Designer, London, UK.
Learn how to design and build an accessible autocomplete control from scratch.
Anonymous Web Scraping with Node.js, Tor, Puppeteer and Cheerio
Use this approach with care, but it’s interesting to see how the pieces come together. - http://amp.gs/JI6S
#nodejs
Use this approach with care, but it’s interesting to see how the pieces come together. - http://amp.gs/JI6S
#nodejs
Refresh-Proof Vue Forms with Local Storage
Have you ever accidentally refreshed or closed your browser tab while filling in a rather long form, just to lose all the progress? Instant frustration! But you can save your users from that by refresh-proofing your forms and in this article, Marina Mosti explains how to do it. - http://amp.gs/JjWC
#vue
Have you ever accidentally refreshed or closed your browser tab while filling in a rather long form, just to lose all the progress? Instant frustration! But you can save your users from that by refresh-proofing your forms and in this article, Marina Mosti explains how to do it. - http://amp.gs/JjWC
#vue
Vue Mastery
Refresh-Proof Vue Forms with Local Storage
Do you want your user to lose all of their hard work if their browser refreshes? Learn how to prevent that using local storage.
Understanding the ECMAScript Spec
The meaty first post in a series looking at how to read parts of the formal ECMAScript spec that forms the basis for JavaScript and turns its formal notation into something you can learn from. - http://amp.gs/J8FN
#javascript
The meaty first post in a series looking at how to read parts of the formal ECMAScript spec that forms the basis for JavaScript and turns its formal notation into something you can learn from. - http://amp.gs/J8FN
#javascript
v8.dev
Understanding the ECMAScript spec, part 1 · V8
Tutorial on reading the ECMAScript specification
React Native is the Future of Mobile Dev at Shopify
After years of native mobile development, popular merchant platform Shopify has decided to switch over to using React Native. This post explains the decision, one that didn’t “come lightly”. - http://amp.gs/Jzz8
#reactnative
After years of native mobile development, popular merchant platform Shopify has decided to switch over to using React Native. This post explains the decision, one that didn’t “come lightly”. - http://amp.gs/Jzz8
#reactnative
Shopify
React Native is the Future of Mobile at Shopify
After years of native mobile development, we’ve decided to build all of our new mobile apps using React Native. As I’ll explain, that decision doesn’t come lightly.
Angular Reactive Forms: The Ultimate Guide to FormArray
In this article, we're going to discuss this peculiar creation — a FormArray, exposed by Angular Reactive Forms. We’ll learn when and how to use it, both in the component and in the template. Moreover, we’ll see how we can apply custom validation to it. - http://amp.gs/J1jl
#angular #form
In this article, we're going to discuss this peculiar creation — a FormArray, exposed by Angular Reactive Forms. We’ll learn when and how to use it, both in the component and in the template. Moreover, we’ll see how we can apply custom validation to it. - http://amp.gs/J1jl
#angular #form
Medium
Angular Reactive Forms: The Ultimate Guide to FormArray
In this article, I’d like to discuss this peculiar creation — a FormArray, exposed by Angular Reactive Forms. We’ll learn when and how to…
Magic Flip Cards: Solving A Common Sizing Problem
Dan Halliday reviews the standard approach to creating animated flip cards and introduces an improved method that solves its sizing problem. - http://amp.gs/JtCc
#css
Dan Halliday reviews the standard approach to creating animated flip cards and introduces an improved method that solves its sizing problem. - http://amp.gs/JtCc
#css
Smashing Magazine
Magic Flip Cards: Solving A Common Sizing Problem — Smashing Magazine
In this article, Dan Halliday reviews the standard approach to creating animated flip cards, and introduces an improved method which solves its sizing problem.
Building a Weight Tracking App with Hapi and Postgres
A full walkthrough of building a Hapi-powered webapp. - http://amp.gs/Jmp7
#nodejs
A full walkthrough of building a Hapi-powered webapp. - http://amp.gs/Jmp7
#nodejs
Scotch
Build a Weight Tracker App with Node.js and PostgreSQL
Sample Node.js application for tracking weight measurements.
Getting Acquainted With Svelte, the New Framework on the Block
We’ve mentioned Svelte, an interesting compile-time 'framework', a few times in the last year – here’s another take on why to consider it. - http://amp.gs/JZGA
#javascript
We’ve mentioned Svelte, an interesting compile-time 'framework', a few times in the last year – here’s another take on why to consider it. - http://amp.gs/JZGA
#javascript
CSS-Tricks
Getting Acquainted With Svelte, the New Framework on the Block
For the last six years, Vue, Angular, and React have run the world of front-end component frameworks. Google and Facebook have their own sponsored
Vue.js Functional Base Components Powered by CSS Modules
Learn how to automatically create functional Vue.js components from CSS Modules with dynamic props for modifier and state classes. - http://amp.gs/JpgI
#vue
Learn how to automatically create functional Vue.js components from CSS Modules with dynamic props for modifier and state classes. - http://amp.gs/JpgI
#vue
markus.oberlehner.net
Vue.js Functional Base Components Powered by CSS Modules
Learn how to automatically create functional Vue.js components from CSS Modules with dynamic props for modifier and state classes.
A Practical Guide To Angular: Handling HTTP Operations
Making HTTP requests and dealing with asynchronous code is vital for many applications. In this article, we'll learn how to handle HTTP operations in Angular and how to work with observables. - http://amp.gs/JBCi
#angular
Making HTTP requests and dealing with asynchronous code is vital for many applications. In this article, we'll learn how to handle HTTP operations in Angular and how to work with observables. - http://amp.gs/JBCi
#angular
Telerik Blogs
A Practical Guide To Angular: Handling HTTP Operations
In this article, I'll show you how to handle HTTP operations in Angular and how to work with observables.
A Look at Memory Management in the V8 Engine
You don’t need to know this stuff to use Node effectively, but if you’re intrigued what’s going on under the covers, enjoy this. - http://amp.gs/Jn7J
#nodejs
You don’t need to know this stuff to use Node effectively, but if you’re intrigued what’s going on under the covers, enjoy this. - http://amp.gs/Jn7J
#nodejs
Technorage
🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)
Let us take a look at how the V8 engine for JavaScript & WebAssembly manages memory for Browsers and NodeJS.
Lessons Learned Migrating a Production App to Flutter
Highlights a few lessons “learned the hard way”, with advice to help you be more effective in your next Flutter project. - http://amp.gs/JnWR
#mobile #flutter
Highlights a few lessons “learned the hard way”, with advice to help you be more effective in your next Flutter project. - http://amp.gs/JnWR
#mobile #flutter
Medium
Lessons Learned Migrating a Production App to Flutter
Lessons that I learned the hard way to help you be more effective in your next Flutter project
Building an Accessible Autocomplete Control
Learn how to design and build an accessible autocomplete control from scratch. - http://amp.gs/JG9A
#javascript
Learn how to design and build an accessible autocomplete control from scratch. - http://amp.gs/JG9A
#javascript
Adamsilver.io
Building an accessible autocomplete control – Adam Silver – Designer, London, UK.
Learn how to design and build an accessible autocomplete control from scratch.
Top Reasons Why Your Angular App Is Slow
Is your app slow? Learn what to watch out when debugging poor performance in your Angular apps! - http://amp.gs/JxGv
#angular
Is your app slow? Learn what to watch out when debugging poor performance in your Angular apps! - http://amp.gs/JxGv
#angular
Medium
Top Reasons Why Your Angular App Is Slow
Is your app slow? Learn what to watch out when debugging poor performance in your Angular apps!
How to Create an Animated Countdown Timer With Vue
Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more straightforward to make one than you might think. - http://amp.gs/JxJ2
#vue
Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more straightforward to make one than you might think. - http://amp.gs/JxJ2
#vue
Medium
How to Create an Animated Countdown Timer With Vue
Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually…
How to Send and Receive SMS Messages with Nexmo, Node and Azure Functions - http://amp.gs/Jfnh
#nodejs
#nodejs
Vonage
How to Send and Receive SMS Messages With Node.js and Azure Functions » Developer Content from Vonage ♥
In this article, you will learn how to send and receive SMS messages using Node.js, an Azure Function App, and the Vonage SMS API.
A Complete Guide to Links and Buttons
A comprehensive guide to links and buttons, and all the considerations at the HTML, CSS, JavaScript, design, and accessibility layers that come with them. - http://amp.gs/JfcT
#css
A comprehensive guide to links and buttons, and all the considerations at the HTML, CSS, JavaScript, design, and accessibility layers that come with them. - http://amp.gs/JfcT
#css
CSS-Tricks
A Complete Guide to Links and Buttons
Our complete guide to links, buttons, and button-like inputs in HTML, CSS, and JavaScript.
Data Fetching Using Vue Hooks – Darren Jennings
Composition API (sometimes referred to as “hooks,” though we’d discourage using this name to avoid any confusion with Instance Lifecycle Hooks) is certainly one of the most anticipated new features in Vue 3, if not the most anticipated itself. In this article, Darren takes the most commonly-seen feature of a web app – fetching data – and shows us how it can be written with composition API - http://amp.gs/JCq7
#vue
Composition API (sometimes referred to as “hooks,” though we’d discourage using this name to avoid any confusion with Instance Lifecycle Hooks) is certainly one of the most anticipated new features in Vue 3, if not the most anticipated itself. In this article, Darren takes the most commonly-seen feature of a web app – fetching data – and shows us how it can be written with composition API - http://amp.gs/JCq7
#vue
Darren Jennings
Data Fetching using Vue Hooks
Learn about data fetching using vue hooks, and how to use swrv, a stale-while-revalidate data fetching library for the vue composition api.