Comments can have sub-comments which can have even more deeply nested comments. This lesson walks you through the process of loading data recursively by creating a Comment component which can load itself.
Amazing tutorial, right to the point!
I found there is no need to do this https://github.com/johnlindquist/hackernuxt/blob/comments/components/Comment.vue#L40 since the item already have the kids included.
Pretty good tutorial, but there's nothing addressing form input to the store (or did I miss something?)