A quick dive into NextJS app folder

Kristijan
3 min readMay 19, 2023

NextJS is an amazing JavaScript framework that helps you build amazing and performant web applications. Recently, they released a new change, and for page components, now it uses the app folder which comes with many different options. In this article, we will cover what this new structure brings.

NextJS logo

Client vs Server components

--

--