Respotify - A React Tutorial Implementation
Repo: https://github.com/dhocker/respotify.git
This is my implementation of the React tutorial published by Nitin Punjabi as A Primer on the React Ecosystem. This is a three part series with parts one and two being published as of the date of this writing.
The tutorial implementation uses:
- React
- Webpack
- Babel
- axios
- eslint
I’ve made a few embelishments to the stock tutorial.
- I added highlighting to the track list to clearly indicate when a track is playing.
- Clicking on a track toggles its status. If it is playing it will stop. If it is stopped it will play. The currently playing tracked is always stopped before another track is started.
This is a really good tutorial for learning about React and related technologies.