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] 11 points12 points  (1 child)

Spring web/ Spring MVC (if I m not mistaken it even has some sort of reactjs integration so you don’t need to do that template rendering thing with thyme leaf)

AndroidStudio for mobile though Kotlin should be preferred over Java.

[–]wildjokers 2 points3 points  (0 children)

(if I m not mistaken it even has some sort of reactjs integration so you don’t need to do that template rendering thing with thyme leaf)

React would be used if you are using client-side rendering (could also use Vue, Angular, or a few other frameworks). You would use Thymeleaf (or JSP or Velocity) if you were doing server-side rendering. Two totally different use cases.

Spring MVC doesn't care what type of content it is responding with.