Issue #33 // Dec 2, 2023 // Open web version |
|
React Panel: Frontend Should Embrace React Server Components β Developers from Meta, Vercel, Redwood and others explain why React Server Components and server actions are worth adopting now. Check out the VoD of the panel
𧡠What's different between Next.js today and PHP β After hundreds of βNext.js is reinventing PHPβ memes, Guillermo Rauch decided to publish a long post on X where he explains the differences between Next.js today and PHP
π Tutorials, Articles & OpinionAn Introduction To Full Stack Composability β Learn about the advantages of composable architectures in both UI and backend codebases, and the role played by React Server components
Building Real-Time Notifications with Upstash Redis, Next.js Server Actions and Vercel β Interesting approach to implementing real-time events with Vercel and Upstash Redis in the backend. Essentially, the frontend receives notifications through Server-Side Events, and each time the connection is lost on the server, the frontend initiates a new one
ποΈ RPC Resurgence: From Client-Server Applications to Next.js and Meta Frameworks β The podcast recommendation of this week. The panel talks about how Server Actions make Remote Procedure Calls βcool againβ and discuss the possible benefits and downsides of mixing frontend and backend code
π¦ Kirimase + @v0 is the cheat code for building full-stack apps β Kirimase is a CLI tool to easily setup Next.js apps with auth, shadcn/ui, Stripe and tRPC. This video shows how to build a Linktree clone in minutes by combining Kirimase with Vercelβs v0.
π¦ Packages / Tools / ReposTamagui β Tamagui lets you share more code between web and React Native apps without sacrificing the two things that typically suffer when you do: performance and code quality
MobX β MobX is probably one of the oldest and most battle-tested state-management solutions alongside Redux. The latest release supports standardized JavaScript decorators and comes with TypeScript out of the box
mock-next-router β A package to simplify writing unit tests for React components that make use of Next.js router through useRouter hook
react-quiz-component β The name says it all. It gets JSON as input and generates a quiz UI for your React app
π RelatedHow to scale a large codebase β A set of recommendations by Vercel for building and scaling large software projects
Why we use AWS instead of Vercel to host our Next.js app β The thought process behind Graphite's decision to choose AWS over Vercel, along with a list of best practices they developed for deploying Next.js on AWS ECS
Concurrency in React 18 for busy bees β Guide to concurrency in React, CPU- and IO-bound components, and other interesting stuff. Finally, learn wtf useDeferredValue is.
Retries β Visually explore different methods of retrying requests to learn why some methods are dangerous and what the best practice is
|