We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 versions for react and react-dom. Proptypes too have moved from react to proptypes.
The text was updated successfully, but these errors were encountered:
fix(redux-saga#54): upgrade to latest versions for react and react-dom
1b94897
That would actually be helpful. Who is the repo #owner?
Sorry, something went wrong.
Or create your own:
npx create-react-app my-redux-saga-beginner-tutorial cd my-redux-saga-beginner-tutorial yarn add redux redux-saga
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
main.js
src/index.js
reducers.js
Counter.js
src
Optionally, delete App.* etc.
App.*
Run yarn start and you're good to go, making slight adjustments in the tutorial for index.js vs main.js and such.
yarn start
index.js
No branches or pull requests
Should upgrade to latest versions for react and react-dom.
Proptypes too have moved from react to proptypes.
The text was updated successfully, but these errors were encountered: