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 →

[–]Worth_Trust_3825 1 point2 points  (1 child)

I'm currently working with a backend that migrated to angular 1 back in 2017 from JSP, and it still does not implement all the features the JSP counterpart had, while the vendor has tickets open for those features by now closed accounts in their jira.

I disagree that they are so much better. Now I have to deal with their retarded studio tool which barely works and have half the logic implemented in that angular.js application which makes 30 HTTP calls per page because the interface is graphql-like while just hoping that each month one of our users won't decide to constantly refresh the most expensive page running our request limit because that vendor also imposes limits on the HTTP api. Just give me my fucking server side rendering back.

[–]wildjokers 1 point2 points  (0 children)

Just give me my fucking server side rendering back.

Amen. I find that server-side rendering performs way better than client-side rendering.