Intl-T – intl-t is a new internationalization library that offers full TypeScript support and a unique node-based system for organizing translations. This lets you access text using object-like paths, such as t.page.title. The package is lightweight and includes specific tools for integrating with Next.js. // Iván Andrés Vargas
⚡️ Sponsor
📙 Articles, Tutorials
React & Next.js in 2025 - Modern Best Practices – A massive guide covering the modern best practices for building with React and Next.js in 2025. It covers a range of topics, from state management and rendering to performance and testing. // Theodore Kelechukwu Onyejiaku
Beware The URL Type-Safety Iceberg – Poorly managed URL state can lead to a frustrating user experience. This article explains the less obvious challenges, like handling the History API’s update limits and making sure that changes to your app don't break old, shared links. // François Best
📦 Projects / Packages / Tools
shadcn/ui Calendar – The shadcn/ui Calendar component has been updated. It now includes over 30 examples for developers to use, is based on the newest react-daypicker library, and supports calendar systems like Persian and Hijri. // shadcn
c15t – c15t is an open source framework for managing cookies, consent, and privacy compliance. // c15t
Prisma 6.9.0 – The big news is the Rust-free ORM for Postgres and SQLite is now in Preview. They've also added a bunch of other goodies, like the ability to connect to Prisma Postgres with other ORMs (e.g. Drizzle and Kysely) and a new UI for managing your databases inside VS Code. // Prisma
shadcn-prose – Prose styles for shadcn/ui, including headings, paragraphs, lists, and more. // Hayden Bleasel
🌈 Related
How we’re adapting SEO for LLMs and AI search – AI models start giving more answers to users and regular SEO is not as important as before. The new, AI-based approach, called "LLM SEO" focuses on creating in-depth, well-structured content with the goal of becoming the primary source that language models use to generate answers // Kevin Corbett
Building secure AI agents – Learn how to design secure AI agents that resist prompt injection attacks. Understand tool scoping, input validation, and output sanitization strategies to protect LLM-powered systems. // Malte Ubl
TC39 Advances 9 Proposals – Several JavaScript proposals have reached Stage 4, meaning they are set for official inclusion. Array.fromAsync will become the native method for converting asynchronous iterables into an array and the new `using` keyword introduces a syntax for resource management. // Sarah Gooding
React Hook Factory – This article explains the “hook factory” pattern to generate custom hooks programmatically. In my opinion, it’s a clever way to abstract away repetitive logic but don't go too crazy with it. // Tyler
|