Skip to content

Instantly share code, notes, and snippets.

@Mohammad-Faisal
Created April 23, 2021 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Mohammad-Faisal/d443774d9ae4dad565c93c68aff4ce2b to your computer and use it in GitHub Desktop.
Save Mohammad-Faisal/d443774d9ae4dad565c93c68aff4ce2b to your computer and use it in GitHub Desktop.
const submitData = () => dispatch(ACTION_TO_SEND_DATA)
return (
<button onClick={submitData}>
This is a good example
</button>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment