Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Nested Comments

Build a comments section which has the following properties:

  • The user can add comments directly.
  • The user can add a reply to any comment.
  • The user can add a reply to any comment which is a reply.
  • The user can like any comment at any level.

> Demo: Live | Question


Nested Comments