Backend Technology Advice

Hello, I'm a newbie React developer and i need to learn some backend to use in my projects (like create a simple e-commerce database etc.). What should I learn as a backend technology ? What is your advice?
14 Replies
goldenretriever
@Kerim also curious. I was always leaning towards express.js because it's also JS, but I might be outdated
Matvey
Matvey2y ago
Next.js has /api directory with express-like API
kerimkaraman
kerimkaramanOP2y ago
I also think expressjs is outdated I also wanna use it in my career, not just in my projects, I do have a bit python knowledge.
Matvey
Matvey2y ago
Try T3 stack: https://create.t3.gg It's now one of the best ways to build an app with next.js
goldenretriever
what limitations it have? Like, can I build a big app on it?
Matvey
Matvey2y ago
Yes, for example cal.com is built with T3 stack
kerimkaraman
kerimkaramanOP2y ago
i tried next.js when CRA died but its looks like complicated and surely i need to study on next.js to create apps.
goldenretriever
thanks so much, will try it. Backend has often been a missing detail for me to build a webapp. What about a database? Maybe it's also covered in t3 docs?
Daryl
Daryl2y ago
In that case, you can try Vite to start with a React Template. It's easy to configure and add all the stuff you might want.
kerimkaraman
kerimkaramanOP2y ago
yeah, i currently creating my react apps using vite
Matvey
Matvey2y ago
T3 uses Prisma ORM for the database: https://prisma.io
goldenretriever
jfc I'm so outdated, been deep into React web/apps for a few years. Thanks again
Matvey
Matvey2y ago
You can use next just as a router and /pages/api, without any complicated stuff and adopt new stuff when you want
chip
chip2y ago
Save the planet and use something else than Node for your backend 👍

Did you find this page helpful?