Getnextjs Themes
Back

Description
News web app with live data built with Next13.3,TypeScript, Tailwind. Dark/Light mode using next-themes. GraphQL for batching multiple api calls. StepZen for generating TypeScript definitions automatically. Live data pulled via Mediastash Api. Revalidation and prebuilding pages with generateStaticParams reducing wait time.
Features
- Live data from the Mediastash API with revalidation
- GraphQL for efficient batching of multiple API calls
- Automatic TypeScript definition generation with StepZen
- Prebuilt pages to reduce wait time
- Streaming SSR for incremental rendering parts of UI to the client.
- Custom svg loader using React Suspense under the hood.
- Dark/light mode feature with next-themes and tailwindcss