MrSir
MrSir
TTCTheo's Typesafe Cult
Created by Nahasco on 6/16/2024 in #questions
Should I ditch Django for GO or full stack Next.js
thing with nextjs is that it is already doing back end work, it seems like you are mounting 2 backend framworks on top of each over. how are you excecuting that? isn`t nextjs good on its own for a simple rest? you could get confused with react and next, next is a meta framework for react, it is both backend and frontend. django is a python backend, it is very powerfull for large apps and has good admin dashboards and iternal database. if you wish only to build a simple rest api using django is like shooting a fly with a tank, Go is much thinner simpler and faster to configure in this case
25 replies