DEV Community

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

Collapse
 
zhaluza profile image
Zac Haluza

My extremely original setup 🙄

  • React on the frontend, usually with a custom Webpack config (might move to Parcel)
  • Sass for styling
  • Node (Express) on the backend
  • PostgreSQL or MongoDB for storing data when necessary