17 posts tagged with "Twitch Clone"
View All TagsRouter switches help us solve the problem of wildcard routes rendering undesired components from fixed routes.
Components must fetch their own data and not rely on the store holding data from any previous location.
Changing the GUI elements that are visible to a user based on their ID. CRUD operations will only be available to Stream author.
Using our Redux actions to fetch the list of streams from the API server and display them in a list.
Creating an API server and then interacting with it using Axios and Redux Actions to save data to a database.
Using the often maligned Redux-Form library to manage integration between forms and Redux. Will I regret this?