Router 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?
If you are getting a lighthouse warning that you should remove unused Javascript you are probably incorrectly importing a library like lodash. Here is a solution