Femi O.
TTCTheo's Typesafe Cult
•Created by Nahasco on 6/16/2024 in #questions
Should I ditch Django for GO or full stack Next.js
With that said, if you're just using your backend for fetching data there's no reason why you can't use Nextjs' integrated server, or a more barebones Python BE framework like FastAPI or Django Ninja etc.
25 replies
TTCTheo's Typesafe Cult
•Created by Nahasco on 6/16/2024 in #questions
Should I ditch Django for GO or full stack Next.js
If you're just doing CRUD, I'd recommend sticking it out with Python. The fact that you're struggling rn is good, it's more important that you experience a hard time and learn from it.
25 replies
TTCTheo's Typesafe Cult
•Created by Nahasco on 6/16/2024 in #questions
Should I ditch Django for GO or full stack Next.js
It is not worth switching to and learning an entirely new language just for a backend. Go is great but Python can fit in your project just fine. Also, you're going to run into very similar "I don't fully understand what's going on" problems, probably even more so as you switch languages
25 replies