This example shows how to integrate Redux and Redux Thunk in Next.js.
Usually splitting your app state into pages
feels natural but sometimes you'll want to have global state for your app. This is an example on how you can use redux that also works with Next.js's universal rendering approach.
Application is using Github public API to list down
- Git User details
- Git User Repo List
- Git Repo Details
Please install latest version of node.js and run following commands
- install dependencies
npm install
- run applicatioon
npm run dev
- open url
http://localhost:300