Hong Kong La.
Junior SWE at Sinosend.com that wrote the book on imposter syndrome. Likes all things serverless 🏄♂️ & loves living on the edge
As you effectively pointed out, Node is a backend framework, while React / Vue + 100 others are Frontend that run in the browser. They can't really be compared, a better comparison may have been Node vs Deno Vs Ruby, etc. In most cases you will often need Node to build a React project (locally). Its like saying which is better Software or Hardware. Keep up the good work, just thought I'd mention it as lot of beginners will think they should choose between the two. To be a full stack js dev you would need to learn both Node plus your frontend flavor of choice. 😁
Thanks for sharing this. about the cache-control, I dug in to dev tools and refresh this page : cache-control: public, max-age=31536000, immutable however you mentioned vercel uses : s-maxage=1,stale-while-revalidate Either way do you set up cache control for different files, i.e. images would have longer cache, while js/css would be shorter? would this need to be set on a file level?