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.
👍3❤1
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!
👍2❤1
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...
❤1👍1
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!
❤2👍1
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.
👍3
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.
❤1👍1
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…
❤1👍1
Use "translate" to turn off element translations - https://www.stefanjudis.com/today-i-learned/non-translatable-html-elements/
#css
#css
Stefanjudis
Use "translate" to turn off element translations
Use the `translate` attribute to disable localization for HTML elements.
👍1
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.
👍1
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.
👍1
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…
👍1
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…
👍1
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.
👍1
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.
👍3
A deep dive into Angular’s FormArray container
Handling dynamic, structured data is a common challenge in modern web applications. Whether building spreadsheets, surveys, or data grids, developers need forms that can adapt to user input. Angular’s FormArray is a powerful container tool designed for this purpose. - https://blog.logrocket.com/deep-dive-angular-formarray-container/
#angular
Handling dynamic, structured data is a common challenge in modern web applications. Whether building spreadsheets, surveys, or data grids, developers need forms that can adapt to user input. Angular’s FormArray is a powerful container tool designed for this purpose. - https://blog.logrocket.com/deep-dive-angular-formarray-container/
#angular
LogRocket Blog
A deep dive into Angular’s FormArray container - LogRocket Blog
This Angular guide demonstrates how to create a pseudo-spreadsheet application with reactive forms using the FormArray container.
❤2👍1
What is TypeScript? An Overview for JavaScript Programmers
You may have noticed esteemed JavaScript developer and author Dr. Axel has been on a TypeScript odyssey recently. Here he does a good job at boiling down the what (rather than the ‘why’) of TypeScript. - https://2ality.com/2025/02/what-is-typescript.html
#typescript
You may have noticed esteemed JavaScript developer and author Dr. Axel has been on a TypeScript odyssey recently. Here he does a good job at boiling down the what (rather than the ‘why’) of TypeScript. - https://2ality.com/2025/02/what-is-typescript.html
#typescript
2Ality
What is TypeScript? An overview for JavaScript programmers
Read this blog post if you are a JavaScript programmer and want to get a rough idea of what using TypeScript is like (think first step before learning more details). You’ll get answers to the following questions: How is TypeScript code different from JavaScript…
👍2
Vue is Too Easy
Vue makes building web apps simple but powerful.
It’s easy to learn, yet flexible enough for large projects. - https://fadamakis.com/vue-is-too-easy-3d4ecca5e454
#vue
Vue makes building web apps simple but powerful.
It’s easy to learn, yet flexible enough for large projects. - https://fadamakis.com/vue-is-too-easy-3d4ecca5e454
#vue
Medium
Vue is Too Easy
Front end development is a very polarized industry. We argue about programming languages, frameworks, and even the best indentation style…
👍2🤩1
Unpacking Node.js Memory - From Raw Bytes to Usable Data
An introduction to ArrayBuffer, TypedArray, and Buffer. - https://www.banjocode.com/post/node/memory-management
#nodejs
An introduction to ArrayBuffer, TypedArray, and Buffer. - https://www.banjocode.com/post/node/memory-management
#nodejs
Banjocode
Unpacking Node.js Memory - From Raw Bytes to Usable Data | banjocode
Explore how Node.js handles binary data under the hood with a simple guide to ArrayBuffer, TypedArray, and Buffer. Learn how these core concepts work together for efficient file and memory management in Node.
👍1👏1
Understanding React Re-Renders: What Triggers Them and Why They Matter - https://shramko.dev/blog/react-rerender
#react
#react
Serhii Shramko Blog
Understanding React Re-Renders: What Triggers Them and Why They Matter
Dive into the mechanics of React re-renders — learn what causes them, how they impact performance, and how to manage them effectively.
👍1