Draggin' and Droppin' in React
There are a lot of React-focused drag and drop libraries out there, but react-sortable-hoc is the way to go to keep things simple, says Maks. - http://amp.gs/NJI6
#react
There are a lot of React-focused drag and drop libraries out there, but react-sortable-hoc is the way to go to keep things simple, says Maks. - http://amp.gs/NJI6
#react
Understanding ...mapGetters in Vuex
mapGetters is a Vuex feature that utilizes the ES6 spread operator to make it easier to reuse getters across multiple components. This article explains how it works in great detail.
- http://amp.gs/N0mc
#vue
mapGetters is a Vuex feature that utilizes the ES6 spread operator to make it easier to reuse getters across multiple components. This article explains how it works in great detail.
- http://amp.gs/N0mc
#vue
Handling Unused CSS In Sass To Improve Performance
Explores a Sass-oriented solution for dealing with unused CSS, avoiding the need for complicated dependencies involving headless browsers, and DOM emulation. - http://amp.gs/NKxk
#css
Explores a Sass-oriented solution for dealing with unused CSS, avoiding the need for complicated dependencies involving headless browsers, and DOM emulation. - http://amp.gs/NKxk
#css
Smashing Magazine
Handling Unused CSS In Sass To Improve Performance — Smashing Magazine
Do you know the impact unused CSS has on performance? Spoiler: It’s a lot! In this article, we’ll explore a Sass-oriented solution for dealing with unused CSS, avoiding the need for complicated Node.js dependencies involving headless browsers, and DOM emulation.
Dynamically Load CSS with the Angular CLI
You probably don't know, but you can specify how the CLI loads your CSS - http://amp.gs/N3m3
#angular
You probably don't know, but you can specify how the CLI loads your CSS - http://amp.gs/N3m3
#angular
juristr.com
Dynamically Load CSS with the Angular CLI
You probably don't know, but you can specify how the CLI loads your CSS
Everything You Need To Know About SocketIO
Socketio used to be the ‘go to’ library for enabling live communications between a server and browser before WebSocket support was universal, but it still has utility. - http://amp.gs/NHG5
#nodejs #socketio
Socketio used to be the ‘go to’ library for enabling live communications between a server and browser before WebSocket support was universal, but it still has utility. - http://amp.gs/NHG5
#nodejs #socketio
Optional HTML: Everything You Need to Know
A good look at optional code (such as the quotation marks of an attribute value), and how the balance between understandability and performance don’t need to be at odds with each other. - http://amp.gs/N2nL
#html
A good look at optional code (such as the quotation marks of an attribute value), and how the balance between understandability and performance don’t need to be at odds with each other. - http://amp.gs/N2nL
#html
Meiert
Optional HTML: Everything You Need to Know · Jens Oliver Meiert
Optional HTML can be left out to improve performance, to guide code comprehension, and to hone the craft. An overview over all optional tags, rules around quotes for attribute values, and omissible attribute value defaults, as well as notes on pitfalls and tools.
Knowing What To Test - Vue Component Unit Testing
The most common question about testing Vue components I see out there is: "what exactly should I test?" In this article, I'll share with you some guidelines I use to ensure I don't spend forever writing tests but provide enough coverage to keep me out of trouble. - http://amp.gs/N238
#vue
The most common question about testing Vue components I see out there is: "what exactly should I test?" In this article, I'll share with you some guidelines I use to ensure I don't spend forever writing tests but provide enough coverage to keep me out of trouble. - http://amp.gs/N238
#vue
Knowing What To Test - Vue Component Unit Testing
The most common question about testing Vue components I see out there is: what exactly should I test? In this article, I'll share with you some guidelines I use for that ensure I don't spend forever writing tests, but provide enough coverage to keep me out…
Using requestAnimationFrame with React Hooks
“Animating with requestAnimationFrame should be easy, but if you haven’t read React’s documentation thoroughly then you will probably run into a few things that might cause you a headache. Here are three gotcha moments I learned the hard way.” - http://amp.gs/NwPE
#react
“Animating with requestAnimationFrame should be easy, but if you haven’t read React’s documentation thoroughly then you will probably run into a few things that might cause you a headache. Here are three gotcha moments I learned the hard way.” - http://amp.gs/NwPE
#react
CSS-Tricks
Using requestAnimationFrame with React Hooks | CSS-Tricks
Animating with requestAnimationFrame should be easy, but if you haven’t read React’s documentation thoroughly then you will probably run into a few things
Google to Deprecate FTP Support in Chrome
By version 82, shipping in Q2 of 2020, all FTP support will be removed from Chrome. This is expected to affect around 0.1% of users though if you do still offer downloads in an FTP-only form, now is the time to upgrade. - http://amp.gs/NFtQ
#news #google #ftp
By version 82, shipping in Q2 of 2020, all FTP support will be removed from Chrome. This is expected to affect around 0.1% of users though if you do still offer downloads in an FTP-only form, now is the time to upgrade. - http://amp.gs/NFtQ
#news #google #ftp
Neowin
Google Chrome 82 will remove FTP support, set to affect 0.1% of users
Google has announced that Chrome 82 will lose for FTP URLs and will instead try to open a third-party program capable of handling FTP links. The decision could affect Opera, Vivaldi, and Brave too.
An Introduction to Memoization in JavaScript
‘Memoization’ is when you cache return values of functions based upon the arguments provided. Here’s an example of creating a separate function that can do this for existing functions. - http://amp.gs/NFqo
#javascript
‘Memoization’ is when you cache return values of functions based upon the arguments provided. Here’s an example of creating a separate function that can do this for existing functions. - http://amp.gs/NFqo
#javascript
nick.scialli.me
An Introduction to Memoization in JavaScript
There was recently a lot of excitement surrounding the TC39 Optional Chaining Proposal. This is why!
Angular Tools for High Performance
This post, contains a list of new tools and practices that can help us build faster Angular apps and monitor their performance over time. In each section, you’ll find links for further reference on how to incorporate them in your project. The focus of this post is on decreasing initial load time and speeding up page navigation using code-splitting and preloading. - http://amp.gs/NXBR
#angular
This post, contains a list of new tools and practices that can help us build faster Angular apps and monitor their performance over time. In each section, you’ll find links for further reference on how to incorporate them in your project. The focus of this post is on decreasing initial load time and speeding up page navigation using code-splitting and preloading. - http://amp.gs/NXBR
#angular
Medium
Angular Tools for High Performance
This post, contains a list of new tools and practices that can help us build faster Angular apps and monitor their performance over time…
A Journey Into Node's Internals
A 45 minute talk covering some of the Node platform’s internals, including a deep dive into the event loop, how it works, what its different phases are, and how it enables non-blocking IO. - https://www.youtube.com/watch?v=LbwUETu7Rgc
#nodejs #video
A 45 minute talk covering some of the Node platform’s internals, including a deep dive into the event loop, how it works, what its different phases are, and how it enables non-blocking IO. - https://www.youtube.com/watch?v=LbwUETu7Rgc
#nodejs #video
YouTube
A Journey into Node.js Internals | Tamar Twena-Stern
Speaker: Tamar Twena-Stern (Palo Alto Networks) | https://javascript-conference.com/speaker/tamar-stern/
Node.js is a very popular server-side framework that is slowly becoming the main platform for developing server-side applications. A lot of phrases are…
Node.js is a very popular server-side framework that is slowly becoming the main platform for developing server-side applications. A lot of phrases are…
Write Fewer, Longer Tests
Kent demonstrates, in a realistic React-based context, how making tests too short and granular can simply lead to too many tests and not to worry about combining tests together. - http://amp.gs/NWT0
#react
Kent demonstrates, in a realistic React-based context, how making tests too short and granular can simply lead to too many tests and not to worry about combining tests together. - http://amp.gs/NWT0
#react
Kentcdodds
Write fewer, longer tests
Making tests too short often leads to poor testing practices and way more tests.
Top Features of Angular 8: What's New?
In the first quarter of 2019, Google launched Angular 8 which was much awaited by the community, the expectations were really high for Angular 8 as it was initially said that Angular 10 will be the final version of the framework. The skyrocketed hype demands huge performance improvements in Angular 8 which was quite matched with mainly focusing on the toolchain and also making Angular easier for users to create different types of application along with other performance improvements.
- http://amp.gs/No9N
#angular
In the first quarter of 2019, Google launched Angular 8 which was much awaited by the community, the expectations were really high for Angular 8 as it was initially said that Angular 10 will be the final version of the framework. The skyrocketed hype demands huge performance improvements in Angular 8 which was quite matched with mainly focusing on the toolchain and also making Angular easier for users to create different types of application along with other performance improvements.
- http://amp.gs/No9N
#angular
DEV Community
Top Features of Angular 8: What's New?
What’s new in Angular 8? Top 10 Features of Angular 8. In the first quarter of 2019, Google launched Angular 8 which was much awaited by the community.
Building a Node API with Stateless Authentication
A simple look at implementing stateless authentication with JWTs (JSON Web Tokens). - http://amp.gs/NMyR
#nodejs
A simple look at implementing stateless authentication with JWTs (JSON Web Tokens). - http://amp.gs/NMyR
#nodejs
ITverket
Building a Node API with stateless authentication
When building an api in Node I suddenly got the need to implement some form of
simple authentication. I wanted to be able to create users and have them log in
and access a bunch of secure routes. The solution turned out to be a simple
combination of jwt,…
simple authentication. I wanted to be able to create users and have them log in
and access a bunch of secure routes. The solution turned out to be a simple
combination of jwt,…
Learn How to Create a Chat App with Vue.js and Stream
Chat and messaging are critical components for application success. In this tutorial by Stream, you will learn how to build a full-fledged chat application powered by Vue.js and Stream Chat – a leading chat API provider.
- http://amp.gs/N5yA
#vue
Chat and messaging are critical components for application success. In this tutorial by Stream, you will learn how to build a full-fledged chat application powered by Vue.js and Stream Chat – a leading chat API provider.
- http://amp.gs/N5yA
#vue
getstream.io
Create a Chat App with Vue.js and Stream
How to Release a React Component, Hook or Effect as an npm Package
Joe found the process of releasing a hook ‘more intimidating than it should have’ so has written down the process to make it easier for you. - http://amp.gs/NQyu
#react
Joe found the process of releasing a hook ‘more intimidating than it should have’ so has written down the process to make it easier for you. - http://amp.gs/NQyu
#react
Twilio Blog
How to Release a Custom JavaScript Node.js React Component, Hook or Effect as an npm Package
Learn how to build and release a custom JavaScript Node.js React component, hook or effect as your own npm package that anyone can install and use in their environments.