Link to the App: Link
This NextJS13 project displays hollywoods' the most popular movies. It was made with NextJS 13 to include Server Side Rendering (SSR), and if you go to the Movie detail page, you'll find a function called generateStaticParams() which allows NextJS to pre-render the page on each request using data returned by this function.
SSR NextJS 13, JavaScript, Fetch, The Movie Database API and Taildwind.