DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
barelyhuman profile image
Reaper

Nostly next.js , handles both backend and frontend code.
Knex.js for Query building and postgres for DB.

That’s the base stack right now.

Once I’m done with test cases for routex, I’ll start using it for the api’s and knex and react/preact for the frontend side of things.