Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

thunk sintaxe

 const thunkFunction = (element) => {
  return (dispatch, getState) => {
  //rules of the function
  }}
 
PREVIOUS NEXT
Tagged: #thunk #sintaxe
ADD COMMENT
Topic
Name
7+2 =