My preferred React stack for 2025
Package manager: Bun
Starter: Vite
Language: TypeScript
Router: Tanstack Router
Remote state: Sync engine like Convex or Zero if possible, Tanstack Query otherwise.___LINE... See more
React and React Native libraries that you can share between each other:
âś… zod - validation
âś…react-hook-form - forms
âś… react-table - tables
âś… tRPC + react-query - data
âś…shadcn - UI (matching API w/ RN Reusables)
âś… motion - animations (Matching API w/ ... See more
Libraries I can't live without:
â—‡ zod - validation
â—‡ react-hook-form - forms
â—‡ react-table - tables
â—‡ tRPC + react-query - data
â—‡ shadcn - UI
â—‡ motion - animations
â—‡ date-fns - date utils
â—‡ ai - AI Toolkit
â—‡ n... See more