Skip to content

Instantly share code, notes, and snippets.

View haydanu's full-sized avatar
💭
I may be slow to respond.

danu haydanu

💭
I may be slow to respond.
View GitHub Profile
@haydanu
haydanu / OrderProduct.js
Last active December 2, 2019 12:57
Add product to cart using React Hooks
import React, { useState } from 'react';
const dummyProduct = [
{
id: '1',
name: 'iPhone 11'
},
{
id: '2',
name: 'Samsung Note 10'