Introducing the Brand-New Auth0 Vue SDK
Learn about the essential features of the Auth0 Vue SDK and how it helps developers secure Vue 3 apps. - http://amp.gs/jlizy
#vue
Learn about the essential features of the Auth0 Vue SDK and how it helps developers secure Vue 3 apps. - http://amp.gs/jlizy
#vue
👍2
Designing a Better Infinite Scroll
Vitaly Friedman outlines the problems with infinite scroll and offers some advice on designing a better infinite scroll experience. - http://amp.gs/jliq1
#css
Vitaly Friedman outlines the problems with infinite scroll and offers some advice on designing a better infinite scroll experience. - http://amp.gs/jliq1
#css
Smashing Magazine
Infinite Scroll UX Done Right: Guidelines and Best Practices — Smashing Magazine
Infinite scroll can be designed well. Best practices and guidelines to improve the UX of infinite scroll with bookmarks, footer reveal and pagination.
👍4
JavaScript and Node Testing Best Practices: 2022 Edition
Fifty best practices divided into categories (testing, backend, frontend, etc.) complete with simple examples. We first linked to this 2½ years ago, but a new edition is now out updated for 2022 standards and with translations in 7 other languages including Chinese, Spanish and French. - http://amp.gs/jlDxC
#nodejs
Fifty best practices divided into categories (testing, backend, frontend, etc.) complete with simple examples. We first linked to this 2½ years ago, but a new edition is now out updated for 2022 standards and with translations in 7 other languages including Chinese, Spanish and French. - http://amp.gs/jlDxC
#nodejs
👍4❤2
Exploring SvelteKit in 2022 by Building a Portfolio Site
SvelteKit is a framework for building Svelte apps that handles the boring bits while letting you focus on the fun and creative bits of app writing. - http://amp.gs/jlDaC
#sveltekit
SvelteKit is a framework for building Svelte apps that handles the boring bits while letting you focus on the fun and creative bits of app writing. - http://amp.gs/jlDaC
#sveltekit
👍2
Opinionated Angular Setup
Steps I take when I set up a new Angular project. - http://amp.gs/jluVC
#angular
Steps I take when I set up a new Angular project. - http://amp.gs/jluVC
#angular
Medium
Opinionated Angular Setup
Steps I take when I set up a new Angular project.
👍5
When Does React Render Your Component?
If you’re still a little flummoxed by React rendering behaviour, this takes another crack at explaining it by walking the fine line between superficial overview and technical deep dive. - http://amp.gs/jlJti
#react
If you’re still a little flummoxed by React rendering behaviour, this takes another crack at explaining it by walking the fine line between superficial overview and technical deep dive. - http://amp.gs/jlJti
#react
zhenghao.io
When does React render your component?
When and why does React render my component exactly?
👍4
How to Make Better Vue Component Props?
Components are a core concept of the Vue library. Here are tips on how to make better Vue component props. - http://amp.gs/jlJHD
#vue
Components are a core concept of the Vue library. Here are tips on how to make better Vue component props. - http://amp.gs/jlJHD
#vue
👍3
Node v12.22.12 (LTS) Released: It's the Final Node 12
A pleasantly gentle week for Node releases with just the final Node.js 12 release making the cut. Node 12 goes ‘end of life’ on April 30 and will receive no updates after then. - http://amp.gs/jl07b
#nodejs
A pleasantly gentle week for Node releases with just the final Node.js 12 release making the cut. Node 12 goes ‘end of life’ on April 30 and will receive no updates after then. - http://amp.gs/jl07b
#nodejs
👍5🥰2
How To Match HTML Elements With an Indeterminate State
Stefan Judis explains how to use the :indeterminate CSS pseudo-class to match different elements with an indeterminate state. - http://amp.gs/jlK8K
#css
Stefan Judis explains how to use the :indeterminate CSS pseudo-class to match different elements with an indeterminate state. - http://amp.gs/jlK8K
#css
🥰3👍2
Yarn Workspaces — Monorepo Approach
See how Yarn Workspaces allow developers to develop mobile & web applications using monorepo approach, helps… - http://amp.gs/jlKsC
#monorepo
See how Yarn Workspaces allow developers to develop mobile & web applications using monorepo approach, helps… - http://amp.gs/jlKsC
#monorepo
👍4
How to Use Props in React
We first linked to this three years ago but Robin has been updating his posts to modern standards, so it remains a fantastic resource now too and is packed with prop-oriented examples. - http://amp.gs/jlKQT
#react
We first linked to this three years ago but Robin has been updating his posts to modern standards, so it remains a fantastic resource now too and is packed with prop-oriented examples. - http://amp.gs/jlKQT
#react
👍3
👍4
Comparing Plugin Systems Between Express, Fastify and NestJS
A look at how the most popular Node web frameworks approach extensibility and modularity throughout different plugin patterns. - http://amp.gs/jl3iq
#nodejs
A look at how the most popular Node web frameworks approach extensibility and modularity throughout different plugin patterns. - http://amp.gs/jl3iq
#nodejs
👍2👎1
Tweaking In The Browser
Ahmad Shadeed shares his perspective on designing in the browser and explains why and how he uses both design tools and browsers. - http://amp.gs/jl3QB
#css
Ahmad Shadeed shares his perspective on designing in the browser and explains why and how he uses both design tools and browsers. - http://amp.gs/jl3QB
#css
Ishadeed
Tweaking In The Browser
A few thoughts on why designing in the browser isn’t designing. It’s more of a tweaking process.
👍4
Meteor + Vue JS + Storybook = A Complete Guide To Scalable UI System
In this article, the author talks about their experience with Vue JS and how they implemented Storybook in a Meteor-Vue project. - http://amp.gs/jlHeX
#vue
In this article, the author talks about their experience with Vue JS and how they implemented Storybook in a Meteor-Vue project. - http://amp.gs/jlHeX
#vue
Medium
Meteor + Vue JS + Storybook = A Complete Guide To Scalable UI System 🔥
It has been more than one year since we have introduced Vue Js in our Meteor Production App, and last month we have implemented the…
👍3👏2
TypeScript Decorators: Dependency Injection
In this article, we’ll take a look under the hood, and learn how the TypeScript compiler transforms… - http://amp.gs/jlHKM
#typescript #di
In this article, we’ll take a look under the hood, and learn how the TypeScript compiler transforms… - http://amp.gs/jlHKM
#typescript #di
Medium
TypeScript Decorators: Dependency Injection
In this article, we’ll take a look under the hood, and learn how the TypeScript compiler transforms decorators to a native JS code. We’ll…
👍5
Decorators for ES6 Classes Proposal (Mostly) Reaches Stage 3 at TC39
We first linked to this proposal three years ago but it’s now conditionally made it to stage 3 (with some tweaks required) and people are very excited. Despite dating from 2019, Mike Green’s explanation of the idea remains a good accessible overview of the basic idea, if the proposal feels too technical. - http://amp.gs/jl2x0
#javascript
We first linked to this proposal three years ago but it’s now conditionally made it to stage 3 (with some tweaks required) and people are very excited. Despite dating from 2019, Mike Green’s explanation of the idea remains a good accessible overview of the basic idea, if the proposal feels too technical. - http://amp.gs/jl2x0
#javascript
GitHub
GitHub - tc39/proposal-decorators: Decorators for ES6 classes
Decorators for ES6 classes. Contribute to tc39/proposal-decorators development by creating an account on GitHub.
👍9
React Libraries for 2022
The React ecosystem has become so big — we routinely track over 1500 React-related libraries ourselves — the problem is more one of being spoilt for choice than not having what you need. This list represents a sound place when selecting libraries for a new project and is an update of an older, popular list Robin put together. - http://amp.gs/jl25I
#react
The React ecosystem has become so big — we routinely track over 1500 React-related libraries ourselves — the problem is more one of being spoilt for choice than not having what you need. This list represents a sound place when selecting libraries for a new project and is an update of an older, popular list Robin put together. - http://amp.gs/jl25I
#react
👍7
CSS Parent Selector
Ahmad Shadeed explains what problem :has solves, how it works, where and how you can use it, along with some use-cases and examples. - http://amp.gs/jlwrY
#css
Ahmad Shadeed explains what problem :has solves, how it works, where and how you can use it, along with some use-cases and examples. - http://amp.gs/jlwrY
#css
Ishadeed
CSS :has Parent Selector
A deep-dive into the CSS :has parent selector with some use-cases and examples.
👍14
How to Use a Proxy in Next.js
A proxy is used to act as a relay between clients and servers and can be easily implemented in Next.js apps. - http://amp.gs/jlFmH
#nodejs
A proxy is used to act as a relay between clients and servers and can be easily implemented in Next.js apps. - http://amp.gs/jlFmH
#nodejs
👍6