Skip to content

Instantly share code, notes, and snippets.

View shabbir-ahmed's full-sized avatar
👨‍💻
do something, something great

Shabbir Ahmed shabbir-ahmed

👨‍💻
do something, something great
View GitHub Profile
import { createStore, applyMiddleware } from 'redux';
import thunk from 'redux-thunk';
import { composeWithDevTools } from 'redux-devtools-extension';
import {
ADD_TO_CART,
REMOVE_ITEM
} from '../actions/action-types/cart-actions'
const initState = {
products: [