Horje
redux workflow Code Example
redux workflow
First we go to the component
	Set up all inputs
    Dispatch something (some action) and pass in what parameters you need
Then go to actions
	Action will make call to API
API
	Makes some crud request (eg. post) and recieves something in return, which is then destructured in our action
Back in actions
	Dispatch, passing in type and data we want to send to the reducer




Javascript

Related
round to nearest step Code Example round to nearest step Code Example
javascript functions Code Example javascript functions Code Example
what is a block in javascript Code Example what is a block in javascript Code Example
read more css js Code Example read more css js Code Example
what does return do in javascript Code Example what does return do in javascript Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10