Skip to content

Basic starter project for React (create-react-app) with Redux and Redux Thunk.

Notifications You must be signed in to change notification settings

sambit-gwl/react-redux-starter-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#React + Redux Starter Project

This project was created as a starting point for React projects (using create-react-app) with Redux and Redux-Thunk. It is based off the tutorial here. The tutorial was meant as a guide and does not provide working code. This project follows that guide, with updates to eliminate bugs, and get the project fully running.

To adapt this code to call your own API, you will need to update the proxy in /package.json and the fetch url in /src/actions/stuffActions.js.

About

Basic starter project for React (create-react-app) with Redux and Redux Thunk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • HTML 15.8%