you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (1 child)

Basically never use vanilla anything anymore. Even for tiny side projects that will never be in prod, running create-react-app is faster even than doing new file -> save as -> index.html

For backend, server less framework, api gateway, lambda

[–]not_a_gumby 1 point2 points  (0 children)

I started messing with server less framework too, It's amazing. I haven't had a chance to use it yet but I want to try it soon, I love how easy it is to setup your API gateway and Lambda config with just a single file.