artlu pfp
artlu
@artlu
my ideal Frames V2 stack (for lightning-fast DX) has been achieved internally: - Vite + React for instantaneous HMR - Hono Stacks for secure, lightweight serverless functions and type-safe RPC - FrogUI on-the-fly frame-shaped image generation, purpose-built for šŸš¾ frames caching - TailwindCSS + DaisyUI light, no-nonsense components - wouter for SPA routing - React Query for data fetching - Neynar managed notifications - Upstash Redis caching - Neon postgres + kysely - Biome super fast Rust-based linting
2 replies
2 recasts
12 reactions

Royal pfp
Royal
@royalaid.eth
Would swap DaisyUI for Shadcn but that is a personal preference, react-router in place of wouter but again person preference. Happy to see Neon on there :) and react-query for Tanstack Query šŸ˜œ
1 reply
0 recast
1 reaction

artlu pfp
artlu
@artlu
are any of these overly difficult to swap out, if someone wanted to accomodate personal preferences? I think DaisyUI is easy to remove ... react-router would be like a drop-in replacement for wouter (not necessarily the other way around!) react-query can be a little more painful I guess. Any suggestions? tbh, I might drop it altogether as serverless functions are supposed to be fast. A useEffect() around itty-router (for error handling) might be enough? this would be a FOSS template, I want it to be useful to the community
1 reply
0 recast
2 reactions