Skip to content

vinaymavi/next.js-redux-thunk

Repository files navigation

Redux Thunk example

Node.js CI

Deploy to Google App Engine

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.

How it works

Application is using Github public API to list down

  • Git User details
  • Git User Repo List
  • Git Repo Details

Development setup

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

About

This repo contains POC of Next.js Redux and Thunk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published