redux-code
redux-code copied to clipboard
Companion Repo for a course on Udemy
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
It will perform initial search with the default term, however whenever a user provides empty input, no search will be initiated.
State also contains the updater function so it will be passed down into the context provider. This is the React Team recommended way. Please see React Docs / Context /...
export const createStream = formValues => async (dispatch, getState) => { const { userId } = getState().auth; const response = await streams.post('/streams', { ...formValues, userId }); dispatch({ type: CREATE_STREAM, payload:...