Async and Sync? How useAsyncData does it all
Curious about how Nuxt's useAsyncData and useFetch can operate both synchronously and asynchronously?
Discover the intriguing mechanism behind this dual functionality in our latest blog post. - https://masteringnuxt.com/blog/async-and-sync-how-useasyncdata-does-it-all
#vue
Curious about how Nuxt's useAsyncData and useFetch can operate both synchronously and asynchronously?
Discover the intriguing mechanism behind this dual functionality in our latest blog post. - https://masteringnuxt.com/blog/async-and-sync-how-useasyncdata-does-it-all
#vue
Masteringnuxt
Async and Sync? How useAsyncData does it all
Curious about how Nuxt's useAsyncData and useFetch can operate both synchronously and asynchronously? Discover the intriguing mechanism behind this dual functionality in our latest blog post. Learn how to create functions that adapt to await usage, enhancing…
Redux's Maintainer on the State of React and the Community in 2025
React remains dominant but version 19’s features and changes have rekindled debate over React’s future. Redux lead Mark Erikson chronicles React’s evolution, the growing split between Meta’s internal-driven process and Vercel’s Next‑led Server Components work, the docs’ references to frameworks, and pushes back on the FUD about Vercel “taking over,” “React only works with Next” myths, and fears of client‑side abandonment. - https://blog.isquaredsoftware.com/2025/06/react-community-2025/
#react
React remains dominant but version 19’s features and changes have rekindled debate over React’s future. Redux lead Mark Erikson chronicles React’s evolution, the growing split between Meta’s internal-driven process and Vercel’s Next‑led Server Components work, the docs’ references to frameworks, and pushes back on the FUD about Vercel “taking over,” “React only works with Next” myths, and fears of client‑side abandonment. - https://blog.isquaredsoftware.com/2025/06/react-community-2025/
#react
Mark's Dev Blog
The State of React and the Community in 2025
Detailed thoughts on how React has been developed over time, and explanations for common community confusion and concerns
System architecture : Ticket Booking System
Architecture for highly Scalable and Resilient Ticket… - https://levelup.gitconnected.com/system-architecture-ticket-booking-system-080b7df4a550
#system #design
Architecture for highly Scalable and Resilient Ticket… - https://levelup.gitconnected.com/system-architecture-ticket-booking-system-080b7df4a550
#system #design
Medium
System architecture : Ticket Booking System
Architecture for highly Scalable and Resilient Ticket Booking System
Why inline templates are great
During my daily X lurking, I found a post from Younes asking others if they would be open to transitioning from templateUrl to inline templates if Angular allowed importing Typescript structures directly into the template, without having to assign them to class properties. - https://angular.love/why-inline-templates-are-great
#angular
During my daily X lurking, I found a post from Younes asking others if they would be open to transitioning from templateUrl to inline templates if Angular allowed importing Typescript structures directly into the template, without having to assign them to class properties. - https://angular.love/why-inline-templates-are-great
#angular
Angular.love
Why inline templates are great - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
Node.js TSC Declines to Endorse Feature Bounty Program
There was recently a debate around whether the Node.js project should establish a formal feature bounty program to enable end users to offer monetary rewards for specific features. This post summarizes why the official response is no, for now. - https://socket.dev/blog/node-js-tsc-declines-to-endorse-feature-bounty-program
#nodejs
There was recently a debate around whether the Node.js project should establish a formal feature bounty program to enable end users to offer monetary rewards for specific features. This post summarizes why the official response is no, for now. - https://socket.dev/blog/node-js-tsc-declines-to-endorse-feature-bounty-program
#nodejs
Socket
Node.js TSC Declines to Endorse Feature Bounty Program - Soc...
The Node.js TSC opted not to endorse a feature bounty program, citing concerns about incentives, governance, and project neutrality.
Sentry's Pinia Integration for Vue and Nuxt Error Tracking
Sentry’s Pinia integration automatically captures the Pinia state wherever errors occur. - https://blog.sentry.io/sentrys-pinia-integration-for-vue-and-nuxt-error-tracking/
#vue
Sentry’s Pinia integration automatically captures the Pinia state wherever errors occur. - https://blog.sentry.io/sentrys-pinia-integration-for-vue-and-nuxt-error-tracking/
#vue
Product Blog • Sentry
Sentry's Pinia Integration for Vue and Nuxt Error Tracking
Learn how to integrate Sentry with Pinia for enhanced error tracking in Vue and Nuxt applications. Get complete state visibility and debugging insights when errors occur.
use-mcp: A Hook for Connecting to MCP Servers
The aim is to simplify authentication and tool calling for AI systems implementing the Model Context Protocol standard. - https://github.com/modelcontextprotocol/use-mcp
#react
The aim is to simplify authentication and tool calling for AI systems implementing the Model Context Protocol standard. - https://github.com/modelcontextprotocol/use-mcp
#react
GitHub
GitHub - modelcontextprotocol/use-mcp
Contribute to modelcontextprotocol/use-mcp development by creating an account on GitHub.
CSS Wishlist 2025
CSS Wishlist time! Sarah Gebauer shared recently and inspired me. - https://nerdy.dev/css-wishlist-2025
#css
CSS Wishlist time! Sarah Gebauer shared recently and inspired me. - https://nerdy.dev/css-wishlist-2025
#css
nerdy.dev
CSS Wishlist 2025
Holy crap I guess I want 15 more things!
Developer Implements 'Doom' in TypeScript's Type System
A curious quirk of TypeScript’s type system is that it is Turing-complete which has led some developers to implement apps entirely in the type system. One such developer has spent eighteen months producing 177 terabytes of types to get 1993’s Doom running with them. - https://socket.dev/blog/typescript-types-running-doom
#doom
A curious quirk of TypeScript’s type system is that it is Turing-complete which has led some developers to implement apps entirely in the type system. One such developer has spent eighteen months producing 177 terabytes of types to get 1993’s Doom running with them. - https://socket.dev/blog/typescript-types-running-doom
#doom
Socket
Michigan TypeScript Founder Successfully Runs Doom Inside Ty...
Michigan TypeScript founder Dimitri Mitropoulos implements WebAssembly runtime in TypeScript types, enabling Doom to run after processing 177 terabyte...
Stop Using @ViewChild/Children Decorators! Use Signals Instead
If you’re still using the old Angular… - https://itnext.io/stop-using-viewchild-children-decorators-use-signals-instead-5bcfd7d26e55
#angular
If you’re still using the old Angular… - https://itnext.io/stop-using-viewchild-children-decorators-use-signals-instead-5bcfd7d26e55
#angular
Medium
Stop Using @ViewChild/Children Decorators! Use Signals Instead
If you’re still using the old Angular @ViewChild/@ViewChildren decorators and QueryList, you’re going to want to see this!
Building an Infinite Marquee Along an SVG Path with React and Motion - https://tympanus.net/codrops/2025/06/17/building-an-infinite-marquee-along-an-svg-path-with-react-motion/
#react
#react
Codrops
Building an Infinite Marquee Along an SVG Path with React & Motion | Codrops
Learn how to create an infinite marquee that follows a custom SVG path using React and Motion.
Six Ways Slack, Notion, and VS Code Improved Electron App Performance
An experienced Electron app developer shares a guide to Electron performance optimization and how to get the most out of your apps. - https://palette.dev/blog/improving-performance-of-electron-apps
#nodejs
An experienced Electron app developer shares a guide to Electron performance optimization and how to get the most out of your apps. - https://palette.dev/blog/improving-performance-of-electron-apps
#nodejs
palette.dev
Build silky smooth web apps
Monitor regressions to interaction performance, down to the line of code.
Vue computed with Get and Set
This article explores how computed properties work with both get and set.
It dives into practical use cases, and shows how they can simplify complex logic in Vue applications. - https://marcoarruda.medium.com/vue-computed-with-get-and-set-e892c1820130
#vue
This article explores how computed properties work with both get and set.
It dives into practical use cases, and shows how they can simplify complex logic in Vue applications. - https://marcoarruda.medium.com/vue-computed-with-get-and-set-e892c1820130
#vue
Medium
Vue computed with Get and Set
Vue’s computed properties are a powerful way to derive and manipulate data reactively. While most developers use computed properties as…
A simple masonry-like composable layout
A masonry layout is a grid-like layout that has a set column system with a flexible, content-driven row system. What this setup does is allow content to be displayed in a brick wall-like layout — hence the name, masonry. Content is packed into space, rather than adhering to a strict, set row system.- https://piccalil.li/blog/a-simple-masonry-like-composable-layout/
#css
A masonry layout is a grid-like layout that has a set column system with a flexible, content-driven row system. What this setup does is allow content to be displayed in a brick wall-like layout — hence the name, masonry. Content is packed into space, rather than adhering to a strict, set row system.- https://piccalil.li/blog/a-simple-masonry-like-composable-layout/
#css
Piccalilli
A simple masonry-like composable layout
It’s going to be a long time until CSS masonry is ready for us to use in our projects so I’ve got a nice stop-gap here for you that uses composable layouts.
Vercel Ship 2025 Livestreaming Right Now
Obviously it depends on when you’re reading this, but as we’re sending Guillermo Rauch is giving the keynote at today’s Vercel Ship event where the popular app hosting provider and custodians of Next.js is expected to reveal its latest news, as well as give a variety of talks, according to the schedule. - https://www.youtube.com/watch?v=EfiKu56xvJk
#react
Obviously it depends on when you’re reading this, but as we’re sending Guillermo Rauch is giving the keynote at today’s Vercel Ship event where the popular app hosting provider and custodians of Next.js is expected to reveal its latest news, as well as give a variety of talks, according to the schedule. - https://www.youtube.com/watch?v=EfiKu56xvJk
#react
YouTube
Vercel Ship 2025
Vercel’s one-day event for business leaders and developers.
Angular Micro-Frontends: How We Scale Apps at Google-Size
Ever stared at a massive Angular monolith and thought… - https://medium.com/@mehdibafdil/angular-micro-frontends-how-we-scale-apps-at-google-size-38b50e408898
#angular
Ever stared at a massive Angular monolith and thought… - https://medium.com/@mehdibafdil/angular-micro-frontends-how-we-scale-apps-at-google-size-38b50e408898
#angular
Medium
Angular Micro-Frontends: How We Scale Apps at Google-Size
Ever stared at a massive Angular monolith and thought, There has to be a better way? Three years ago, our team faced the same challenge…
How To Do Form Validation in Vue with Tanstack Form
Quickly integrate form validation in your Vue or Nuxt application using Tanstack Form. - https://www.youtube.com/watch?v=cdcb-BXWUsc
#vue
Quickly integrate form validation in your Vue or Nuxt application using Tanstack Form. - https://www.youtube.com/watch?v=cdcb-BXWUsc
#vue
YouTube
How To Do Form Validation in Vue with Tanstack Form
How To Do Forms in Vue with Tanstack Form
Quickly integrate form validation in your vuejs or nuxt js application using tanstack form
Quick walkthrough of simple project showing
- form validation with zod
- validating select
- validating date from calendat…
Quickly integrate form validation in your vuejs or nuxt js application using tanstack form
Quick walkthrough of simple project showing
- form validation with zod
- validating select
- validating date from calendat…
Styling Console Text in Node.js
There are numerous ways to do this. - https://2ality.com/2025/05/ansi-escape-sequences-nodejs.html
#nodejs
There are numerous ways to do this. - https://2ality.com/2025/05/ansi-escape-sequences-nodejs.html
#nodejs
2Ality
Styling console text in Node.js
In this blog post, we explore how we can style text that we log to the console in Node.js. Some of the examples use a Unix shell but most of the code should also work on Windows.
Balancing Text In CSS
How to make text look more balanced
in CSS. - https://ishadeed.com/article/balancing-text-css/
#css
How to make text look more balanced
in CSS. - https://ishadeed.com/article/balancing-text-css/
#css
Ishadeed
Balancing Text In CSS
Make text look more balanced with text-wrap in CSS.