yash11K / reddit_clone

An effort to Replicate Reddit
https://reddit-clone-three-mauve.vercel.app
0 stars 0 forks source link

Nested Comments on view #6

Open yash11K opened 5 months ago

yash11K commented 5 months ago

The Comments in rest api are already setup to be in nested state. There is a comment tree which defines the logic for retrieving nested comments. Find a way to show this nested tree in the view using thymeleaf. Study CommentTree.Java for further information