Skip to content

Instantly share code, notes, and snippets.

@jasonvarga
Created November 15, 2021 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonvarga/c09cccea6c9ebd49ab83dd6070cca465 to your computer and use it in GitHub Desktop.
Save jasonvarga/c09cccea6c9ebd49ab83dd6070cca465 to your computer and use it in GitHub Desktop.
<div x-if="$request('comments').loading">
Loading...
</div>
<div x-if="$request('comments').errors">
Errors...
</div>
<template
x-for="comment in $request('comments').fetch(`/posts/${currentPost}/comments`)"
:key="comment.id">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment