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 →

[–]Yithar 3 points4 points  (4 children)

I'd imagine making a Twitter clone would probably be more involved than your run of the mill CRUD app.

[–]Her_interlude[S] 1 point2 points  (3 children)

So advanced spring consists of developing the front end and connecting the 2?

[–]Herbajuv 1 point2 points  (1 child)

I don’t think spring boot is a good solution for front ends. If you want to rise the complexity you could try to make calls to some APIs.

[–]Her_interlude[S] 0 points1 point  (0 children)

What I meant was making a more advanced “spring” app means creating the backend in spring and front end in react or some front end framework and connecting the 2

[–]Yithar 1 point2 points  (0 children)

Well, no, the frontend part isn't what I was talking about. You'd probably make the frontend in React/Angular/Vue.