Created
October 28, 2018 23:06
-
-
Save haldarmahesh/ce748eb9469d7b4d76796ce306385a98 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 [count, setCount] = useState(0); | |
const [todos, setTodos] = useState(['Learn Hooks', 'Implement hooks']); | |
const [cart, setCart] = useState({id: 'xx22', name: 'iphone 8', quantity: 1}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment