Telegram Web
Nuxt Going Full-Stack: How to Validate Forms?

In this article, the author demonstrates how he managed to validate forms on both the client and server sides without duplicating the validation logic, from simple text fields to complex file uploads with NuxtHub. - https://soubiran.dev/posts/nuxt-going-full-stack-how-to-streamline-form-validation

#vue
👍4
How To Improve 'Interaction to Next Paint' in React

Interaction to Next Paint (INP) is a common Web performance metric based on the latency and responsiveness of an app to user interactions, and Google even uses it as part of its ranking mechanism. Jacob offers up lots of advice and resources for improving your INP situation in React apps. - https://kurtextrem.de/posts/improve-inp-react

#react
👍2
v-model and defineModel: A Comprehensive Guide to Two-Way Binding in Vue.js 3

While v-model remains useful for basic scenarios, defineModel offers a cleaner and more concise approach for complex data structures in custom components. - https://vueschool.io/articles/vuejs-tutorials/v-model-and-definemodel-a-comprehensive-guide-to-two-way-binding-in-vue-js-3/

#vue
👍5
Make creative borders with background-clip border-area

Jen Simmons explains how you can apply a background image to a border using background-clip: border-area, available today in Safari Technology Preview and Safari 18.2 beta. - https://webkit.org/blog/16214/background-clip-border-area

#css
👍7
Skia Canvas 2.0: A Browserless Canvas Environment for Node

Based on Google’s Skia graphics engine and offers end results similar to Chrome’s own canvas system. It’s GPU accelerated and can render images, paths, fonts, shapes, and (almost) everything you’d expect. v2.0 adds support for WOFF/WOFF2 fonts, WEBP exporting, and more. - https://skia-canvas.org/

#nodejs
👍61
Component Testing RSCs with Storybook

Testing server components can be tricky because they span the frontend/backend divide, but Storybook offers a way and here’s how. - https://storybook.js.org/blog/component-testing-rscs/

#react
👍4
Prisma 6: Better Performance, More Flexibility and Type-Safe SQL

Prisma is a popular, powerful ORM for Node.js and TypeScript apps that takes pride in doing things a little differently to most. You can now use it easily with serverless database platforms like PlanetScale and Neon, as well as in edge function platforms like Cloudflare Workers. D1 and Turso are now supported, and you can also write type-safe raw SQL queries. - https://www.prisma.io/blog/prisma-6-better-performance-more-flexibility-and-type-safe-sql

#nodejs
3👍3
Understanding Environment Variables in Nuxt 3

This blog post by Michael Thiessen delves into the usage and understanding of environment variables in Nuxt 3. It covers the importance of .env files, explains how to create and use them, and highlights best practices. - https://masteringnuxt.com/blog/understanding-environment-variables-in-nuxt3

#vue
3👍2
2025/07/09 14:58:39
Back to Top
HTML Embed Code: