This project was bootstrapped with Create React App.
Run yarn start
to start the app.
An example Redux app for React Girls webinar. Latest version is in /master
, branches lesson-1
, lesson-2
present 2-part refactoring with corresponding -solution
branches to them. You can check /docs
for lessons with exercises.
You need to create a Spotify account to login (the app doesn't gather user data). If you'd like to use the app for one of your projects, you need to change CLIENT_ID
and REDIRECT_URI
as per Spotify guide.
Useful links:
- https://redux.js.org/introduction/getting-started#basic-example
- https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd
- https://alligator.io/js/finally-understand-reduce/
- https://egghead.io/courses/getting-started-with-redux
- http://devguides.io/redux/
Start here.