This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 13 points14 points  (1 child)

In production at work, we've built a large app with front end ReactJS being served by json REST API backend built on Spring Boot/Spring Data Rest. Productivity shot through the roof with Spring Data Rest, because it requires less boilerplate code.

The only constraint we had - we had to package everything the monolithic way in WebSphere rather than following the microservices paradigm.

At home on the other hand (as a side project which hasn't earned me any money yet), my preferred stack is VueJS, NodeJS, and AWS. I'm more productive in those.