Just created Remix Doge with @remix_run
Just created Remix Doge with @remix_run. The app displays dog images from an API.🐕
Why I'm impressed:
1. It runs without JS
2. Very little code
Note what's NOT here:
✅No useEffect
✅No useState
Instead, I:
1. Call fetch in "loader"
2. Consume the data via useLoaderData 🔥

Here's a Stackblitz so you can run the code. https://stackblitz.com/edit/node-nmasds?file=app%2Froutes%2Findex.tsx