Introducing Selective Frontend Architecture (SFA): A Modular and Scalable…
Selective Frontend Architecture (SFA) is a… - https://roshancloudarchitecwww.tg-me.com/introducing-selective-frontend-architecture-sfa-a-modular-and-scalable-approach-to-frontend-25a01f525903
#frontend
Selective Frontend Architecture (SFA) is a… - https://roshancloudarchitecwww.tg-me.com/introducing-selective-frontend-architecture-sfa-a-modular-and-scalable-approach-to-frontend-25a01f525903
#frontend
Medium
Introducing Selective Frontend Architecture (SFA): A Modular and Scalable Approach to Frontend…
Selective Frontend Architecture (SFA) is a forward-thinking pattern introduced by Roshan Gavandi, TOGAF-certified software architect…
Angular’s Approach to Partial Hydration
There’s a lot of talk about partial hydration, but Angular found confusion over the term and little actual framework support for it. - https://thenewstack.io/angulars-approach-to-partial-hydration/
#angular
There’s a lot of talk about partial hydration, but Angular found confusion over the term and little actual framework support for it. - https://thenewstack.io/angulars-approach-to-partial-hydration/
#angular
The New Stack
Angular’s Approach to Partial Hydration
There’s a lot of talk about partial hydration, but Angular found confusion over the term and little actual framework support for it.
How to Publish ESM-Based npm Packages with TypeScript
Now that you can use the ES modules (almost) everywhere, it’s worth understanding how to package them up for use with npm. Axel digs into everything you need to know and shares some useful tools too. - https://2ality.com/2025/02/typescript-esm-packages.html
#nodejs
Now that you can use the ES modules (almost) everywhere, it’s worth understanding how to package them up for use with npm. Axel digs into everything you need to know and shares some useful tools too. - https://2ality.com/2025/02/typescript-esm-packages.html
#nodejs
2Ality
Tutorial: publishing ESM-based npm packages with TypeScript
During the last two years, ESM support in TypeScript, Node.js and browsers has made a lot of progress. In this blog post, I explain my modern setup that is relatively simple – compared to what we had to do in the past:
How to create private state in stores
In this article, Eduardo - creator of Pinia explores the concept of creating Private State in Pinia. It focuses on Understanding Options vs. Setup Stores and Maintaining Data Integrity - https://masteringpinia.com/blog/how-to-create-private-state-in-stores
#vue
In this article, Eduardo - creator of Pinia explores the concept of creating Private State in Pinia. It focuses on Understanding Options vs. Setup Stores and Maintaining Data Integrity - https://masteringpinia.com/blog/how-to-create-private-state-in-stores
#vue
Masteringpinia
How to create private state in stores
Creating Private State in Pinia: Understanding Options vs. Setup Stores and Maintaining Data Integrity
React Libraries for 2025
Each year, prolific React blogger Robin updates his post covering his opinionated list of essential React ecosystem libraries. He covers a lot of angles from project creation and package management through to state management, animation, form creation, auth, and i18n. - https://www.robinwieruch.de/react-libraries/
#react
Each year, prolific React blogger Robin updates his post covering his opinionated list of essential React ecosystem libraries. He covers a lot of angles from project creation and package management through to state management, animation, form creation, auth, and i18n. - https://www.robinwieruch.de/react-libraries/
#react
www.robinwieruch.de
React Libraries for 2025
Discover the essential React libraries for 2025! Navigate the vast ecosystem effortlessly with this curated list. Empower your React projects with these powerful tools for seamless development of large-scale applications ...
Using & Styling the Details Element
Geoff Graham shares how to style Details/Summary elements using pure CSS. - https://css-tricks.com/using-styling-the-details-element
#css
Geoff Graham shares how to style Details/Summary elements using pure CSS. - https://css-tricks.com/using-styling-the-details-element
#css
CSS-Tricks
Using & Styling the Details Element | CSS-Tricks
Now that we're 5+ years into the details element, we know more about it than ever before. I thought I'd round that information up so it's in one place I can reference in the future without having to search the site — and other sites — to find it.
Scale your Angular app to the next level with Nx - https://medium.com/@mathieu.schnoor/scale-your-angular-app-to-the-next-level-with-nx-32d86b93f416
#angular
#angular
Medium
Scale your Angular app to the next level with Nx
Use Nx to scale large Angular projects. improve performances, developer experience, reduce tech debt.
Why to Move On to 'ESM-Only'
The march to using ES modules has been going on for years now and if you’re still holding out, there’s probably a good reason why. While you can maintain packages that support both ESM and CommonJS approaches, Anthony thinks it’s finally time to go ‘ESM only’ and explains why here. - https://antfu.me/posts/move-on-to-esm-only
#nodejs
The march to using ES modules has been going on for years now and if you’re still holding out, there’s probably a good reason why. While you can maintain packages that support both ESM and CommonJS approaches, Anthony thinks it’s finally time to go ‘ESM only’ and explains why here. - https://antfu.me/posts/move-on-to-esm-only
#nodejs
Anthony Fu
Move on to ESM-only
Let's move on to ESM-only
React Folder Structure in Five Steps, 2024 Edition
Articles about structuring React apps are always popular; this one breaks the idea down to five steps from the simplest of apps to more complex ones. Bulletproof React is worth a look too for something broader. - https://www.robinwieruch.de/react-folder-structure/
#react
Articles about structuring React apps are always popular; this one breaks the idea down to five steps from the simplest of apps to more complex ones. Bulletproof React is worth a look too for something broader. - https://www.robinwieruch.de/react-folder-structure/
#react
www.robinwieruch.de
React Folder Structure in 5 Steps [2025]
React Folder Structure in 2025 for large React projects. The guide walks you through a file structure from small to large project ...
React Officially Sunsetting Create React App
This move has been bubbling for a long time now, but the React team is now officially recommending CRA-powered apps migrate to a framework (like Next.js) or build tools like Vite. - https://react.dev/blog/2025/02/14/sunsetting-create-react-app
#react
This move has been bubbling for a long time now, but the React team is now officially recommending CRA-powered apps migrate to a framework (like Next.js) or build tools like Vite. - https://react.dev/blog/2025/02/14/sunsetting-create-react-app
#react
react.dev
Sunsetting Create React App – React
The library for web and native user interfaces
Complete Guide: How to Upgrade to Nuxt 4
Learn how to upgrade from Nuxt 3 to Nuxt 4 with this step-by-step guide. Explore new features, data fetching changes, and migration tips for a smooth transition. - https://masteringnuxt.com/blog/complete-guide-how-to-upgrade-to-nuxt-4
#vue
Learn how to upgrade from Nuxt 3 to Nuxt 4 with this step-by-step guide. Explore new features, data fetching changes, and migration tips for a smooth transition. - https://masteringnuxt.com/blog/complete-guide-how-to-upgrade-to-nuxt-4
#vue
Masteringnuxt
Complete Guide: How to Upgrade to Nuxt 4
Upgrade from Nuxt 3 to Nuxt 4 with ease. Discover Nuxt 4 features, changes, and tips for a smooth Nuxt 4 upgrade.
A CSS-Only Star Rating Component and More!
Temani Afif shows how to make a full-on star rating component out of nothing but a single input element and vanilla CSS. - https://css-tricks.com/a-css-only-star-rating-component-and-more-part-1
#css
Temani Afif shows how to make a full-on star rating component out of nothing but a single input element and vanilla CSS. - https://css-tricks.com/a-css-only-star-rating-component-and-more-part-1
#css
CSS-Tricks
A CSS-Only Star Rating Component and More! (Part 1) | CSS-Tricks
In this article, you'll learn how to make a full-on star rating component out of nothing but a single input element and vanilla CSS.
Do I Need This Node Dependency? - https://brianmuenzenmeyer.com/posts/2024-do-i-need-this-node-dependency/
#nodejs
#nodejs
Brianmuenzenmeyer
Do I Need This Node Dependency? : Brian Muenzenmeyer
Do I Need This Node Dependency? : Advancements over time in Node.js are improving the out of the box experience. : The personal website of Brian Muenzenmeyer.
Everything you need to know about the resource API in Angular - https://eneajahollari.medium.com/everything-you-need-to-know-about-the-resource-api-in-angular-️-7f56a5c5aafc
#angular
#angular
Medium
Everything you need to know about the resource API in Angular ⚡️
In v19, Angular will introduce a new API for loading resources. This would allow us to fetch data from an API, know about the status of the…
Monorepo Insights: Nx, Turborepo, and PNPM (1/4)
Exploring the strengths and weaknesses of today’s top… - https://medium.com/ekino-france/monorepo-insights-nx-pnpm-and-turborepo-1-4-cf7e792a87da
#monorepo
Exploring the strengths and weaknesses of today’s top… - https://medium.com/ekino-france/monorepo-insights-nx-pnpm-and-turborepo-1-4-cf7e792a87da
#monorepo
Medium
Monorepo Insights: Nx, Turborepo, and PNPM (1/4)
Exploring the strengths and weaknesses of today’s top monorepo solutions
Upgrading Eslint from v8 to v9 in Vue.js
Learn how to upgrade ESLint to v9 in Vue.js, taking advantage of the new flat configuration system and other significant changes in ESLint 9.0. - https://vueschool.io/articles/vuejs-tutorials/upgrading-eslint-from-v8-to-v9-in-vue-js/
#vue
Learn how to upgrade ESLint to v9 in Vue.js, taking advantage of the new flat configuration system and other significant changes in ESLint 9.0. - https://vueschool.io/articles/vuejs-tutorials/upgrading-eslint-from-v8-to-v9-in-vue-js/
#vue
vueschool.io
Upgrading Eslint from v8 to v9 in Vue.js - Vue School Articles
Learn how to upgrade to ESLint 9 in Vue js, taking advantage of the new flat configuration system and other significant changes in ESLint 9.0.
React Router 7.2 Just Added a 'Game Changing' Feature
It’s a new type-safe href utility for path auto-completion and param validation. - https://www.youtube.com/watch?v=6zwi5O3CST8
#react
It’s a new type-safe href utility for path auto-completion and param validation. - https://www.youtube.com/watch?v=6zwi5O3CST8
#react
YouTube
React Router 7.2 Just Added This GAME-CHANGING Feature!
Today we go over the brand new href utility added into react-router v7.2.0 and everything it can do, how it helps you avoid bugs and how it changes react-router for the better
👍 Don't forget to like, comment, and subscribe for more episodes in this series!…
👍 Don't forget to like, comment, and subscribe for more episodes in this series!…
CSS Grid Areas
Ahmad Shadeed takes a fresh look at the CSS grid template areas and discusses how to maximize their potential today. - https://ishadeed.com/article/css-grid-area
#css
Ahmad Shadeed takes a fresh look at the CSS grid template areas and discusses how to maximize their potential today. - https://ishadeed.com/article/css-grid-area
#css
Ishadeed
CSS Grid Areas
A fresh look at the CSS grid template areas and how to take advantage of its full potential today.
Angular 19 Resource API with an example
Angular 19 introduces the Resource API, a reactive… - https://javascript.plainenglish.io/angular-19-resource-api-with-an-example-9210e3c7f9b0
#angular
Angular 19 introduces the Resource API, a reactive… - https://javascript.plainenglish.io/angular-19-resource-api-with-an-example-9210e3c7f9b0
#angular
Medium
Angular 19 Resource API with an example
Angular 19 introduces the Resource API, a reactive mechanism designed to streamline data fetching and management within Angular…
How to Implement a Payment Module in NestJS - https://medium.com/@yassinejedidi10/how-to-implement-a-payment-module-in-nestjs-ad402aa7f83d
#nodejs
#nodejs
Medium
How to Implement a Payment Module in NestJS
introduction