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
The Thing About Fastify
Express isn’t the only game in town but sometimes it feels like it, so Jonas has written a love letter, of sorts, to Fastify, an alternative Node.js Web framework that ticks his boxes and which you, too, should consider, if you haven't already. - http://amp.gs/jBnIG
#nodejs
Express isn’t the only game in town but sometimes it feels like it, so Jonas has written a love letter, of sorts, to Fastify, an alternative Node.js Web framework that ticks his boxes and which you, too, should consider, if you haven't already. - http://amp.gs/jBnIG
#nodejs
hire.jonasgalvez.com.br
The Thing About Fastify
👍4
Creating Reusable Angular Components — How To Avoid the Painful Trap Most Go In
To reuse where it is possible is a natural instinct in all aspects of life. The idea that something can serve… - http://amp.gs/jBnu0
#angular
To reuse where it is possible is a natural instinct in all aspects of life. The idea that something can serve… - http://amp.gs/jBnu0
#angular
Medium
Creating Reusable Angular Components — How To Avoid the Painful Trap Most Go In
To reuse where it is possible is a natural instinct in all aspects of life. The idea that something can serve other purposes in contrast…
👍3
CSS Toggles Explainer & Proposal
Miriam Suzanne and Tab Atkins Jr. share a proposal for CSS toggles, a mechanism for associating toggleable state with a DOM element. - http://amp.gs/jBGlS
#css
Miriam Suzanne and Tab Atkins Jr. share a proposal for CSS toggles, a mechanism for associating toggleable state with a DOM element. - http://amp.gs/jBGlS
#css
👍3
JavaScript Dev Tools in 2022
A breakdown of the most important JS dev tools in 2022, including their most relevant tradeoffs, and some opinionated advice sprinkled on top. - http://amp.gs/jBGWK
#javascript #dev #tools
A breakdown of the most important JS dev tools in 2022, including their most relevant tradeoffs, and some opinionated advice sprinkled on top. - http://amp.gs/jBGWK
#javascript #dev #tools
👍5
👍4
Accessible React Forms
This is overdue: in-depth coverage of building accessible forms in React. The author starts with one that does not work well in this domain, and then progressively introduces fixes to get it right. - http://amp.gs/jBfI0
#react
This is overdue: in-depth coverage of building accessible forms in React. The author starts with one that does not work well in this domain, and then progressively introduces fixes to get it right. - http://amp.gs/jBfI0
#react
Building SPAs - Carl Rippon
Accessible React Forms
How to build an Accessible React form with React Hook Form
👍5👏1