Following the steps of soundredux.io. I create this simple client of Twitch to learn how Redux works.
Project url twitchredux.com.
Next features:
- Design improvements (Maybe add material-ui design).
- Add the chat iframe next to the video.
- Search feature
- Authentication (Show following channels or games)
Thanks to:
- SoundRedux Project. Was an amazing starting point to async calls over redux.
- Dan Abramov. For all his libraries: [redux] (https://github.com/rackt/redux), normalizr and redux-devtools.
- React Redux Starter Kit. It's a very good start point.