π Tutorials, Articles & Opinion
API Layer & Data Transformations β Mixing transformations of API data and UI code quickly leads to messy and unmaintainable code. Learn how to create a cleaner React architecture by moving data transformations to an API layer // JOHANNES KETTMANN
π¦ Packages / Tools / Repos
Prisma Optimize β Gain insights and performance-related recommendations for crucial metrics such as query latency, frequency, and associated errors. Additionally, it provides visibility into the exact SQL generated for each query // SΓREN BRAMER SCHMIDT
Firebase App Hosting β A new alternative to Vercel for hosting Next.js apps. It stands out because itβs integrating with the Google Cloud ecosystem, giving you more choices for setting up and fine-tuning your backend infrastructure // FIREBASE
onborda β An onboarding wizard flow for Next.js powered by framer motion // UX MATT
π Related
Why React Query? β React Query gets downloaded 3.3 million times a month β this is the story of why it exists and what problems it solves. // UI.DEV
Digging for SSRF in Next.js apps β An interesting read about common misconfigurations in Next.js apps and a security vulnerability discovered within the framework // ASSETNOTE
You don't need useState in React β Itβs a clickbait title, but the core message is that you might not need as many useState calls as you think // NICO PRANANTA
|