JS Framework The Unifies Frontend and Backend

I watched a video in the last couple of months where Theo talked about a framework where the frontend and backend were a unified codebase and requests were somewhat like functions. Maybe I'm not describing it the best, but does anyone know the video I'm remembering?
Solution:
Calling server functions from the frontend is called RPC. Some RPC frameworks: - tRPC (https://trpc.io/) - Gravity (https://gravity.digitak.dev). ...
Jump to solution
10 Replies
choco
choco•5mo ago
next.js????
Aido
AidoOP•5mo ago
Oh I think you might be right, I've never used Next.JS but the way I'd stored it in my memory I assumed it was something more esoteric
Rivenris
Rivenris•5mo ago
There are now more frameworks like that, but Theo mentions Next.js most often.
Romain
Romain•4mo ago
did you even bother searching ? :/ https://create.t3.gg/
Create T3 App
Create T3 App
The best way to start a full-stack, typesafe Next.js app.
Solution
Gin Quin
Gin Quin•4mo ago
Calling server functions from the frontend is called RPC. Some RPC frameworks: - tRPC (https://trpc.io/) - Gravity (https://gravity.digitak.dev). But you might be looking for Convex (https://www.convex.dev/), that does realtime subscription and hosting as well. They sponsored quite a number of Theo's videos. Convex is amazingly easy to use, but it has very bad performances. Definitely an awesome choice for your personal projects.
Rivenris
Rivenris•4mo ago
Hey, chill. There is no need to be rude. Guy asked for help, and people happily responded, even though, the question might sound simple for long time viewers.
Zaktron
Zaktron•4mo ago
Don't think anything comes close to NextJS
choco
choco•4mo ago
@Aido you are probably looking at next.js with tRPC just like Gin answered
Aido
AidoOP•4mo ago
Ah yes, this is the bit that felt like it was still missing, thank you all! I did try searching for around an hour, I didn't have the fullstack vocab to search for it 😛 In college I did one backend in C++ with Pistache (self-taught, they dumped a fullstack project on a bunch of C++ kids with no warning) and since then I've done one with raw Express which is the mess I'm looking to rewrite lol
Aido
AidoOP•4mo ago
Ah! I think it was this video: https://youtu.be/ATn3X7WLy84
Theo - t3․gg
YouTube
Is This The End Of T3 Stack? (JStack Breakdown)
Looks like @joshtriedcoding made something new, obviously I have to take a look 👀 JStack genuinely seems dope, hyped more projects are coming out and focusing on full stack DX. Thank you CodeRabbit for sponsoring! Check them out at https://soydev.link/coderabbit JOSH GET THE CMD+CLICK WORKING Jstack: https://jstack.app/ Check out my Twitc...

Did you find this page helpful?