Skip to content

🌟 Simple redux implementation added to an app created with create-react-app

Notifications You must be signed in to change notification settings

elliothimmelfarb/create-react-app-with-redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-react-app ... with Redux

This is a barebones implementation of Redux with a React app that was generated with create-react-app, and then ejected with npm run eject.

💡 This repository consists of two commits and only two commits.

  1. first commit is the base code of a create-react-app app source code after eject (npm run eject)
  2. second commit are the sample additions to implement basic redux

💡 💡 It is worth noting that it is not required to run npm run eject in order to get Redux implemented in this app. Implementing Redux in the app without ejecting is completely possible

demo

About

🌟 Simple redux implementation added to an app created with create-react-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • AppleScript 2.5%
  • HTML 1.8%
  • CSS 1.1%