Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
1
Like
2
Comments
AngularJS & Thymeleaf - What are the differences?
by
Nikunj Shingala
https://www.reddit.com/r/angularjs/comments/r8rsga/angularjs_thymeleaf_how_to_supercharge_your_next/
Interesting post, thanks.
The most important part of designing a responsive web application is mapping out the MVC boundaries.
I've been using server-side templating technologies for a long time and recently started dabbling in Angular.
One advantage of server-side view resolution is that it is easier to maintain clear MVC boundaries, and the server side can reuse the business logic to build the view and respond to other requests.
Angular makes it easy to build a great UX. I don't know how we lived without it. However, since it is an MVC, I must duplicate some logic to protect the backend from bad data. I don't want to be blinded by my past. Am I missing something?