Creating and styling components in Angular correctly
A few simple examples to help you avoid over-complex code, redundant component styles, and non-obvious traps
- https://blog.stackademic.com/creating-and-styling-components-in-angular-correctly-52c93b062759
#angular
A few simple examples to help you avoid over-complex code, redundant component styles, and non-obvious traps
- https://blog.stackademic.com/creating-and-styling-components-in-angular-correctly-52c93b062759
#angular
Medium
Creating and styling components in Angular correctly
A few simple examples to help you avoid over-complex code, redundant component styles, and non-obvious traps
Sneaky React Memory Leaks: How the React Compiler Won’t Save You
Closures can lead to memory leaks in React and while the new and exciting React Compiler can tackle a lot of issues and make most codebases more performant, it pays to be aware of the tricky edge cases - https://schiener.io/2024-07-07/react-closures-compiler
#react
Closures can lead to memory leaks in React and while the new and exciting React Compiler can tackle a lot of issues and make most codebases more performant, it pays to be aware of the tricky edge cases - https://schiener.io/2024-07-07/react-closures-compiler
#react
www.schiener.io
Sneaky React Memory Leaks: How the React compiler won't save you
Learn how the React compiler handles closures, memoization with `useCallback`, and related memory leaks. We will dive into the details and see why the compiler relies on pure components and how you can still run into closure-related memory troubles.
Fixing Nuxt Hydration Mismatches in the Real World
This article explores the problem hydration mismatches in Nuxt applications. It discusses what hydration mismatches are and why they are a problem and also provides some techniques to solving them - https://ryanclements.dev/posts/fixing-nuxt-hydration-mismatches-in-the-real-world
#vue
This article explores the problem hydration mismatches in Nuxt applications. It discusses what hydration mismatches are and why they are a problem and also provides some techniques to solving them - https://ryanclements.dev/posts/fixing-nuxt-hydration-mismatches-in-the-real-world
#vue
ryanclements.dev
Fixing Nuxt Hydration Mismatches in the Real World
Struggling with hydration mismatches in your Nuxt.js app? Dive into real-world examples and solutions in our latest blog post. Learn why hydration mismatches occur, how they impact your app, and practical tips for fixing them.
Designing an Idempotent API in 2024
How To Design an Idempotent API Correctly? - https://blog.bitsrc.io/design-an-idempotent-api-in-2024-d4a3cf8d8bf2
#api
How To Design an Idempotent API Correctly? - https://blog.bitsrc.io/design-an-idempotent-api-in-2024-d4a3cf8d8bf2
#api
Medium
Designing an Idempotent API in 2024
How To Design an Idempotent API Correctly?
5 CSS snippets every front-end developer should know in 2024 - https://web.dev/articles/5-css-snippets-every-front-end-developer-should-know-in-2024
#css
#css
web.dev
5 CSS snippets every front-end developer should know in 2024 | Articles | web.dev
Toolbelt worthy, powerful, and stable CSS you can use today.
Deploying AWS Lambda Functions with Serverless Framework and Node.js - https://implementing.substack.com/p/deploy-aws-lambda-functions-with-serverless-node
#nodejs
#nodejs
Substack
Deploy AWS Lambda functions with Serverless Framework and Node.js
Deploy test lambda - Edition #29
Mastering Prose Components in Nuxt Content
Prose components are perhaps one of the best features of Nuxt Content! This article provides an overview on prose components, exploring their use cases and a bunch of different things you can do with them. - https://masteringnuxt.com/blog/mastering-prose-components-in-nuxt-content
#vue
Prose components are perhaps one of the best features of Nuxt Content! This article provides an overview on prose components, exploring their use cases and a bunch of different things you can do with them. - https://masteringnuxt.com/blog/mastering-prose-components-in-nuxt-content
#vue
Masteringnuxt
Mastering Prose Components in Nuxt Content
Prose components are perhaps one of the best features of Nuxt Content! This article provides an overview on prose components, exploring their use cases and a bunch of different things you can do with them.
React 19's use Hook Can Impact App Performance
The new use() hook in React 19 looks great. However, there are some potential issues which require some exploration and explanation, says Jack. - https://www.youtube.com/watch?v=t6MeFVF3V9I
#react
The new use() hook in React 19 looks great. However, there are some potential issues which require some exploration and explanation, says Jack. - https://www.youtube.com/watch?v=t6MeFVF3V9I
#react
YouTube
Warning: React 19's use Hook Can Impact App Performance
React 19 and the NextJS App Router have the use hook, and it's great. We can now await promises in client components. But there are some gotchas with it that we need to explore.
Code: https://arc.net/l/quote/eokiyxsr
👉 Upcoming NextJS course: https://pronextjs.dev…
Code: https://arc.net/l/quote/eokiyxsr
👉 Upcoming NextJS course: https://pronextjs.dev…
Building a Clean and Scalable Frontend Architecture
As the digital landscape continues to evolve, the importance of frontend architecture for web applications… - https://awstip.com/title-building-a-clean-and-scalable-frontend-architecture-f4fe1f814f68
#architecture #frontend
As the digital landscape continues to evolve, the importance of frontend architecture for web applications… - https://awstip.com/title-building-a-clean-and-scalable-frontend-architecture-f4fe1f814f68
#architecture #frontend
Medium
Building a Clean and Scalable Frontend Architecture
Digital and technological development continues unstoppable, so, if we talk about the design of web applications, we cannot lose sight of…
Taking a closer look at @property in CSS - https://utilitybend.com/blog/taking-a-closer-look-at-property-in-css/
#css
#css
Utilitybend
Taking a closer look at @property in CSS | utilitybend
With browser support for @property nearing completion, we delve into the technical aspects of this CSS feature. Explore inner workings and uncover benefits of @property, ready for production use.
Creating an npm package with CommonJS and ESM Support in TypeScript - https://blog.mastykarz.nl/create-npm-package-commonjs-esm-typescript/
#nodejs
#nodejs
Waldek Mastykarz
Create npm package with CommonJS and ESM support in TypeScript
Create an npm package that supports both CommonJS and ECMAScript Modules (ESM) using TypeScript.
Top 7 Common Frontend Security Attacks
Protect your application from these common security attacks. - https://blog.bitsrc.io/top-7-frontend-security-attacks-2e2b56dc2bcc
#security
Protect your application from these common security attacks. - https://blog.bitsrc.io/top-7-frontend-security-attacks-2e2b56dc2bcc
#security
Medium
Top 7 Common Frontend Security Attacks
Protect your application from these common security attacks.
Fixing Vue’s inject and context Warnings Like a Pro
In this article you will understand about context warnings, when it happens, why it happens and how to fix it. - https://javascript.plainenglish.io/fixing-vues-inject-and-context-warnings-like-a-pro-dc32051105cb
#vue
In this article you will understand about context warnings, when it happens, why it happens and how to fix it. - https://javascript.plainenglish.io/fixing-vues-inject-and-context-warnings-like-a-pro-dc32051105cb
#vue
Medium
Fixing Vue’s inject and context Warnings Like a Pro
If you’ve encountered the warning below while working on your Vue application, you’re not alone — it’s a common issue, but the solution is…
Learn Suspense by Building a Suspense-Enabled Library
What better way to learn than to get your hands dirty? Especially when it comes to a topic that’s a little awkwardly documented. - https://www.bbss.dev/posts/react-learn-suspense/
#react
What better way to learn than to get your hands dirty? Especially when it comes to a topic that’s a little awkwardly documented. - https://www.bbss.dev/posts/react-learn-suspense/
#react
Building Better Software Slower
Learn Suspense by Building a Suspense-Enabled Library
Suspense has been a feature in React since v16.6.0. Despite this, I haven’t seen much of it in action beyond limited applications of “suspense-enabled libraries”. The React team seems to think Suspense is so incomplete that the entire API remains undocumented.…
Using CSS Houdini to extend styling and layout capabilities - https://blog.logrocket.com/css-houdini-extend-styling-layout-capabilities/
#css
#css
LogRocket Blog
Using CSS Houdini to extend styling and layout capabilities - LogRocket Blog
We explore CSS Houdini, a set of APIs that can extend CSS styling and even create new features that aren’t part of the standard CSS toolkit.
Node to Get SQLite Built-In?
Deno has its own built in key/value store powered by SQLite – perhaps Node could gain similar powers by this initial effort to bake SQLite into the Node distribution. It's early days, but interesting to see. - https://github.com/nodejs/node/pull/53752
#nodejs
Deno has its own built in key/value store powered by SQLite – perhaps Node could gain similar powers by this initial effort to bake SQLite into the Node distribution. It's early days, but interesting to see. - https://github.com/nodejs/node/pull/53752
#nodejs
GitHub
lib,src,test,doc: add node:sqlite module by cjihrig · Pull Request #53752 · nodejs/node
#53264 has been open for over a month with no objections, so I am opening this PR with an initial node:sqlite module. There is other functionality that could potentially be exposed in the future, b...
Building ComputedAsync for Signals in Angular
Handling async operations using Signals and Rxjs in Angular - https://itnext.io/building-computedasync-for-signals-in-angular-501246c9b7ea
#angular
Handling async operations using Signals and Rxjs in Angular - https://itnext.io/building-computedasync-for-signals-in-angular-501246c9b7ea
#angular
Medium
Building ComputedAsync for Signals in Angular
Handling async operations using Signals and Rxjs in Angular