DEV Community

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

Collapse
 
sainig profile image
Gaurav Saini

For small and quick setups, POCs I use

  • NodeJS + Express (backend)
  • RxJS + vanilla JS (frontend)
  • Parcel

Sometimes I throw in Typescript as well when I have good planning in advance. 😅
I started it out as an one time thing, but immediately fell in love with the simplicity and elegance with which you can do things in RxJS.
Been thinking of giving RxJS a try on the backend also.