This component is self contained and is only dependant upon the comments
url.
Will make an initial HTTP/OPTIONS request to the comments URL to fetch the
base models metadata. Once obtained will make a HTTP/GET request to the
comments url fetching all comments. This request is paginated, and will loop
through and fetch every responses links.next url until its value is null.
Each comment will then be rendered via the Comment component.
This component is self contained and is only dependant upon the comments url.
Will make an initial HTTP/OPTIONS request to the comments URL to fetch the base models metadata. Once obtained will make a HTTP/GET request to the comments url fetching all comments. This request is paginated, and will loop through and fetch every responses
links.nexturl until its value isnull.Each comment will then be rendered via the Comment component.