Next MovieHey there! Welcome to Next Movie, a cool little project I put together to get hands-on with Next.js 12. I wanted to dive into the world of dynamic web apps. So, I hooked up this project with a movie database API by Adriano Massimo to bring you a taste of what Next.js can do. With Next Movie, we're all about exploring movies in a fun and interactive way. Check out the repo
Next Movie Logo
Things I LearntHere's the list of technologies I learnt while building this project
Next js 12
Static Site Generating
Data Fetching & Pre-rendering
getStaticProps()
getStaticPaths()
File based Routing
Dynamic Routing
Path Fallback
Dynamic Parameters
Incremental Static Regeneration