Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Created October 28, 2018 23:06
Show Gist options
  • Save haldarmahesh/ce748eb9469d7b4d76796ce306385a98 to your computer and use it in GitHub Desktop.
Save haldarmahesh/ce748eb9469d7b4d76796ce306385a98 to your computer and use it in GitHub Desktop.
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