ShadowRealms: An ECMAScript Proposal for a Better eval()
Sat at stage 3, the fantastically named ShadowRealm API proposal lays out a new way to execute arbitrary JS code within a separate context to the current one. - http://amp.gs/jBYCg
#javascript
Sat at stage 3, the fantastically named ShadowRealm API proposal lays out a new way to execute arbitrary JS code within a separate context to the current one. - http://amp.gs/jBYCg
#javascript
👍2
Form Validation with Quasar Framework and the Vue.js Composition API
This article will examine how to validate a form with the Quasar Framework and Vue.js. - http://amp.gs/jBYNF
#vue
This article will examine how to validate a form with the Quasar Framework and Vue.js. - http://amp.gs/jBYNF
#vue
Medium
Form Validation With Quasar Framework and the Vue.js Composition API
Many of the applications I have built over my career have been CRUD apps. Take something traditionally stored on paper or a spreadsheet…
👍3
Using a Hook to Detect Clicks Outside of a Component
When using a dialog or dropdown, you need to detect clicks outside the component so they can be closed when the user navigates away. Here’s a tutorial on how to create the required custom hook. - http://amp.gs/jBYbV
#react
When using a dialog or dropdown, you need to detect clicks outside the component so they can be closed when the user navigates away. Here’s a tutorial on how to create the required custom hook. - http://amp.gs/jBYbV
#react
www.robinwieruch.de
React Hook: Detect Click outside of Component
How to detect a click outside of a React component by creating a custom hook for it ...
👍10👏1
Angular — Micro-Frontend
Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/jBtyD
#angular
Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/jBtyD
#angular
Medium
Angular — Micro-Frontend
Everything you need to know about microservice oriented architecture for the frontend from beginner to advanced
👍3
V8's Faster Initialization of Instances with New Class Features
A technical deep dive into some work on optimizing the performance of initializing class fields and private methods – work which now benefits all users of Node.js 18 onward. - http://amp.gs/jBtsA
#nodejs
A technical deep dive into some work on optimizing the performance of initializing class fields and private methods – work which now benefits all users of Node.js 18 onward. - http://amp.gs/jBtsA
#nodejs
v8.dev
Faster initialization of instances with new class features · V8
Initializations of instances with new class features have become faster since V8 v9.7.
👍7
Common Accessibility Issues That You Can Fix Today
Hidde de Vries outlines some common accessibility problems that you can fix quickly. - http://amp.gs/jBt6k
#css
Hidde de Vries outlines some common accessibility problems that you can fix quickly. - http://amp.gs/jBt6k
#css
hidde.blog
Common accessibility issues that you can fix today | hidde.blog
Hidde's blog about web accessibility, standards, HTML, CSS, JavaScript and more.
👍3
How We Use Composition API as a Vuex Alternative
This article shares how to use the Composition API as an alternative to Vuex in creating global state management. - http://amp.gs/jBmvx
#vue
This article shares how to use the Composition API as an alternative to Vuex in creating global state management. - http://amp.gs/jBmvx
#vue
Medium
How we use Composition API as Vuex alternatives
Changes in UI state without the user needing to refresh became one of the standards in today’s modern web apps. And in development, some of…
👍7
Custom Hooks Demystified in Five Simple Steps
If you’ve been writing a lot of repetitive code, custom hooks could be the answer, asserts the author. He works through the refactoring process in a series of logical, easy-to-follow steps. - http://amp.gs/jBmMi
#react
If you’ve been writing a lot of repetitive code, custom hooks could be the answer, asserts the author. He works through the refactoring process in a series of logical, easy-to-follow steps. - http://amp.gs/jBmMi
#react
Rahul Suresh
react custom hooks - demystified in 5 simple steps ⚡️
Short guide that demonstrates a custom hook in react with a real life example
👍4
Multiple Interceptors in Angular
One of the amazing features that Angular provides is the interceptors, but what does an Interceptor do, and… - http://amp.gs/jBZdh
#angular
One of the amazing features that Angular provides is the interceptors, but what does an Interceptor do, and… - http://amp.gs/jBZdh
#angular
Medium
How To Implement Interceptors in Angular
One of the fantastic features that Angular provides is the interceptors, but what does an Interceptor do, and can we implement multiple of…
👍4
resvg-js 2.0: A High-Performance SVG Renderer and Toolkit
Powered by Rust’s resvg on the backend, this works in both Node and the browser (via WebAssembly, though) for converting SVG to PNG with a high level of SVG spec support. - http://amp.gs/jBZK2
#nodejs #library
Powered by Rust’s resvg on the backend, this works in both Node and the browser (via WebAssembly, though) for converting SVG to PNG with a high level of SVG spec support. - http://amp.gs/jBZK2
#nodejs #library
GitHub
GitHub - yisibl/resvg-js: A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs.
A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs. - GitHub - yisibl/resvg-js: A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs.
👍3
Debugging Node Serverless Functions on AWS Lambda
Covers a handful of things to look out for. - http://amp.gs/jBpmA
#nodejs
Covers a handful of things to look out for. - http://amp.gs/jBpmA
#nodejs
dustingoodman.dev
Debugging Node Serverless Functions on AWS Lambda
Writing and testing functions for serverless locally can be a breeze especially with the Serverless Framework and serverless-offline plugin. However, once you get to real infrastructure, sometimes debugging your functions can be really challenging. Let's…
👍4
20 Flutter Library, that you should know about it
A library that makes developer life easier - http://amp.gs/jBpuD
#flutter
A library that makes developer life easier - http://amp.gs/jBpuD
#flutter
Medium
20 Flutter Library, that you should know about it
A library that makes developer life easier
👍3
Picture Perfect Images With the Modern Element
Addy Osmani outlines how images can affect your web app’s performance and explains how they can help you improve user-experience and the Core Web Vitals. - http://amp.gs/jBle7
#css
Addy Osmani outlines how images can affect your web app’s performance and explains how they can help you improve user-experience and the Core Web Vitals. - http://amp.gs/jBle7
#css
Stack Overflow Blog
Picture perfect images with the modern <img> element
You may not think about images as part of your web dev work, but they can affect your web app's performance more than any other part of your code.
👍4
How to Set Up a Professional React Project
In this tutorial, Johannes Kettmann walks you through the process of setting up a new application using the “most popular React tech stack,” including Next.js, TypeScript, ESLint, Prettier, styled-components, Cypress, and Storybook - http://amp.gs/jBloI
#react
In this tutorial, Johannes Kettmann walks you through the process of setting up a new application using the “most popular React tech stack,” including Next.js, TypeScript, ESLint, Prettier, styled-components, Cypress, and Storybook - http://amp.gs/jBloI
#react
👍7👎1
Installing the Vue i18n CLI plugin for Vue 3 — in a Mono Repo
How to install the Vue i18n plugin for a Vue 3 project using the Vue CLI — and get it working in a mono repo. - http://amp.gs/jBBvk
#vue
How to install the Vue i18n plugin for a Vue 3 project using the Vue CLI — and get it working in a mono repo. - http://amp.gs/jBBvk
#vue
👍4