Telegram Web Link
Reimplementing Crossy Road with React Three Fiber

A well put together set of tutorials covering reimplementing the classic Crossy Road game with React Three Fiber. In both written and video form. - https://javascriptgametutorials.com/tutorials/react-three-fiber/crossy-road

#react
Creating Animated Accordions with the Details Element and Modern CSS

Stefan Judis explains how to create animated accordions using only HTML and modern CSS with the details element, interpolate-size, transition-behavior, and the :has() pseudo-class. - https://www.builder.io/blog/animated-css-accordions

#css
React Trends in 2025

Each year Robin does a post giving his opinion on what trends he sees arising over the next year. Last year, he put his money on Astro, RSCs, Vercel, and Biome – this year he points at React Server Components, shadcn/ui, TanStack Start, React Router, and more. - https://www.robinwieruch.de/react-trends/

#react
Angular 19.2 – What’s new?

Angular 19.2 introduces a range of improvements to enhance performance and usability when working with the framework. This version includes new features such as better resource management, support for template literals, and compatibility with TypeScript 5.8. This article will explore the most significant changes and new features worth knowing. - https://angular.love/angular-19-2-whats-new

#angular
Building a Custom Authentication System with JWT in Nuxt 3

Learn how to implement a robust JWT authentication system in Nuxt 3. This comprehensive guide covers project setup, login/signup functionality, protected routes, and state management with Pinia. - https://masteringnuxt.com/blog/building-a-custom-authentication-system-with-jwt-in-nuxt-3

#vue
Next.js vs TanStack

An incisive essay from a developer who’s had enough of the Next.js approach and has found solace in the approach offered by the increasingly capable TanStack collection of tools (as well as Vite). - https://www.kylegill.com/essays/next-vs-tanstack/

#react
Node v20.19.0 (LTS) Released with require(esm)

Node v20 is in maintenance mode, which usually means no new features, but it lands a significant one here: support for require(esm) enabled by default. This means all Node v20+ releases now support loading native ES modules with require out of the box. Ideal if you have dependencies to update and you’re still on v20. - https://nodejs.org/en/blog/release/v20.19.0

#nodejs
Solving eventual consistency in frontend

What is eventual consistency? In distributed databases, eventual consistency ensures that all replicas of a database will hold the same data – but only after a delay. This delay occurs because updates are first applied to the primary database, and then asynchronously propagated to other replicas. - https://blog.logrocket.com/solving-eventual-consistency-frontend/

#frontend
How to Use SQLite in Vue 3: Complete Guide to Offline-First Web Apps

Want to build web apps that work offline? While browsers have built-in storage options like IndexedDB, they’re not great for complex data operations. This guide shows you how to use SQLite with Vue 3 to build powerful offline-first apps. - https://alexop.dev/posts/sqlite-vue3-offline-first-web-apps-guide/

#vue
2025/07/05 12:25:08
Back to Top
HTML Embed Code: