Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should upgrade to latest react versions (16.x) #54

Open
tirthaguha opened this issue Sep 13, 2018 · 2 comments
Open

Should upgrade to latest react versions (16.x) #54

tirthaguha opened this issue Sep 13, 2018 · 2 comments

Comments

@tirthaguha
Copy link

Should upgrade to latest versions for react and react-dom.
Proptypes too have moved from react to proptypes.

@w3b3
Copy link

w3b3 commented Dec 30, 2019

That would actually be helpful. Who is the repo #owner?

@kevinashworth
Copy link

Or create your own:

npx create-react-app my-redux-saga-beginner-tutorial
cd my-redux-saga-beginner-tutorial
yarn add redux redux-saga

Copy main.js except for the first line into src/index.js
Copy reducers.js and Counter.js into src

Optionally, delete App.* etc.

Run yarn start and you're good to go, making slight adjustments in the tutorial for index.js vs main.js and such.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants