Superheroes Demo
Server-side Fetched Superheroes
- Batman
- superman
- the flash
- Green Lanter
- Robin
- Nightwing
Client-side Fetched Superheroes
Loading superheroes...
Key Differences
Server-side Implementation
- Uses Next.js Server Actions
- No client-side state management
- Automatic page revalidation
- Progressive enhancement - works without JS
Client-side Implementation
- Uses client-side fetch API
- Manages loading and error states
- Immediate UI feedback
- Requires JavaScript