Small NextJS app that display posts from https://jsonplaceholder.typicode.com/ with both server side rendering for main page and static site generation for /static
.
- nextJs
- redux
- redux-thunk
- clone the repo
- install dependencies: npm install
- to run app 👇
development >> npm run dev
production >> npm run start
As a user, I can
- check posts fetched from
jsonplaceholder
. - render more posts while you scroll down.
- when click on post title, it will move you to the post page with all post comments.
I've learned a lot while I'm working on this project, and still have a lot to learn. A detailed feedback will help me to move forward on nextjs
stack.
Give a ⭐ star if you like this project!