Created
May 27, 2021 07:34
-
-
Save narennaik/3d7606d331575adc6579d641f02c8a2c to your computer and use it in GitHub Desktop.
Add todo action
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const addTodo = { type: 'ADD_TODO', payload: 'Buy a pencil' }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment