Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Stephan pfp
Stephan
@stephancill
if i'm coming from nextjs, what is the closest vite-based monorepo setup that lets me do frontend + backend api development? everyone keeps shilling vite to nextjs users but i've never found a good answer for this
20 replies
2 recasts
26 reactions

Stephan pfp
Stephan
@stephancill
the problem with not having a go-to template/pattern for this means that you wander into obscure territory where there are not many people refining the devex over time and LLMs become less effective. nextjs, vite (standalone), and even hono (standalone) have this quality but combining them gives you an obscure stack
1 reply
0 recast
4 reactions

Tony D’Addeo pfp
Tony D’Addeo
@deodad
never tried this but looks fun https://warpcast.com/deodad/0x5698b6fd
1 reply
0 recast
4 reactions

bertwurst pfp
bertwurst
@bertwurst.eth
I'll be honest, I gave up reading this at "vite-based". But I support you and hope you get an answer.
1 reply
0 recast
1 reaction

dylan pfp
dylan
@dylsteck.eth
been wondering this as well, cc @stevedylandev.eth @samuellhuber.eth any recs?
3 replies
0 recast
6 reactions

Kasra Rahjerdi pfp
Kasra Rahjerdi
@jc4p
i create a new vite project, i make a folder “api”, i setup a bun wrangler project in the “api” folder — end of sentence
0 reply
0 recast
5 reactions

carter pfp
carter
@carter
good coverage of frameworks in this video https://youtu.be/aWfYxg-Ypm4?si=sQnW9OF0vr3Znm8_ but also seriously this is a good question. @stevedylandev.eth’s approach is compelling + I’m a huge bun fan
0 reply
0 recast
2 reactions

jtgi pfp
jtgi
@jtgi
react router v7 (formerly remix)
1 reply
0 recast
1 reaction

llamafacts pfp
llamafacts
@llamafacts.eth
I like hono. You don't need a specific framework with monorepo complexity. just a subfolder with your hono app and deploy to your favorite provider.
0 reply
0 recast
2 reactions

Hector pfp
Hector
@noctis
https://reactrouter.com/ React Router V7 came out, it is so complete now that it replaced Remix (the React Router people and Remix are the same) I haven't tested it yet but it's very good apparently !
0 reply
0 recast
2 reactions

Complexlity pfp
Complexlity
@complexlity
I tried to use vinxi manually some time ago. And mehn I almost cried. Vinxi has almost no docs (only used by top level tools like Tanstack and I think Waku). Kept breaking in many places. Maybe Tanstack but it's alpha so there's bound to be bugs too. Remix V2 using Vite plugin is the closest to what you're looking for. An to be fair, it works okay
0 reply
0 recast
1 reaction

osama pfp
osama
@osama
remix was the answer but they're going thru a transition b/w v2,v3 and adapting to rsc. if not nextjs, rn answer is tanstack?
1 reply
0 recast
1 reaction

compusophy pfp
compusophy
@compusophy
been using qwik (https://qwik.dev/docs/getting-started/) for a lot of things apps boot instantly with ~1kb of JS and the serialized state is resumable, so was using it to persist state before mini app minimization fav stack recently is rust + wasm + qwik + htmx this demo mini app is just qwik: https://comp-qwik-smpl.vercel.app/
0 reply
0 recast
1 reaction

v1rtl pfp
v1rtl
@v1rtl.eth
TanStack Router, though not a monorepo necessarily
0 reply
0 recast
0 reaction

hellno the optimist pfp
hellno the optimist
@hellno.eth
same thought, bookmarking this
0 reply
0 recast
0 reaction

Koolkheart pfp
Koolkheart
@koolkheart.eth
someone please drop the ideal Vite monorepo pattern. tired of wandering through trial-and-error
0 reply
0 recast
0 reaction

Mo pfp
Mo
@meb
Remix is super based Server GET and POST, client component and client component Error Boundary in a single page. If you combine it with good engineering practice, it's really nice for smaller scale focused apps
0 reply
0 recast
1 reaction

liam pfp
liam
@isosceles
in beta, but seems promising given how good the other tanstack stuff has been: https://tanstack.com/start/latest
0 reply
0 recast
1 reaction

Kyu pfp
Kyu
@kyu
Still in beta but I am very happy with Tanstack Start!
0 reply
0 recast
0 reaction

InsideTheSim 🎩🍪 pfp
InsideTheSim 🎩🍪
@insidethesim.eth
Nuxt will change your life, just saying.
0 reply
0 recast
0 reaction