next-rick-morty
next-rick-morty copied to clipboard
Rick and Morty API frontend w/Next.js
Quick and cheerful demo of React Server Components, uses Dataloader for batching the loading of individual characters on each episode card.
https://next-rick-morty.vercel.app/
Most of the magic is in src/api.ts, and src/components/CharacterAvatar.tsx.