graphql implementation on ecommerce app
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^0.1.146.0.2^15.4.04.12.0^16.8.62.1.9^16.8.67.0.35.0.02.6.34.0.13.0.65.10.04.0.03.0.027
commits
1
commits
added spinner component and title routing to collection page from collection preview
8c3b663View on GitHubupdating stripe integration and updating our favicon and title
ec5a5cdView on GitHubmoved our directory and shop data into its own reducer, created respective selectors and updated corresponding components with new redux flow for directory/shop
e89140cView on GitHubadding redux-persist to persist our cart reducer across sessions
2af746cView on GitHubadded addItem and removeItem functionality to checkout item component
27515f1View on GitHubadded clearItemFromCart action and bound it to remove in checkout-item
51ac74cView on GitHubadded checkout page, checkout item component and updated cart to use selectors from reselect
6cb5ef4View on GitHubupdating our application with reselect, replaced cart selectors with memoized selectors
63f67beView on GitHubcreated cart-item component and connected our cart dropdown with cartItems reducer
3d539d3View on GitHubupdated shop data with new data, updated cart utils to group items in cart reducer
d08a803View on GitHubupdated our cart redux files to handle storing our cartItems, added addCartItem action to collection-item component
2fe1471View on GitHub