Need help picking a front end framework.
I am making a project which will have primarly many dashboards.
I need help picking a framework which will work nicely with Hono which will act as my backend.
Some wants are
- File Based Routing
- Works with Shadcn
17 Replies
remix/nextjs/tanstack start (router)
all of them have similar baseline and works with react
Does NextJs work well with hono though?
It's what I was using previously though I was worried by making my backend Hono I absolved any purpose of nextjs
solid start, tanstack/solid-router, shadcn-solid
the majority of nextjs apps are using external apis
oh i see
just using fetch api?
yeah, or graphl (still uses fetch)
yuckyy
nvm
i was thinking of smt completely diff
also whats the best way of handling requests on the client?
just plain fetch? or is there some nicer way
for the backend i use zod + openapi
RPC - Hono
Ultrafast web framework for Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Node.js, and others. Fast, but not only fast.
Tanstack-query + tanstack-router
tanstack query + router hono on cf workers t3
thanks i think tanstack is it
for rpc grpc is better
ima be honest i have no clue what im doing
i cant pick a tech stack for the life of me
its nothing complex user auth, database. thats pretty much it
and i'd like shadcn and file based routing
c3app
t3?
yep
its the best option atm ulesd you are a php shill
yuck never
alright ill rewrite what i got in that