A complete version of our application converting everything redux over to using the contextAPI
Stars
45
Forks
116
Watchers
45
Open Issues
26
Overall repository health assessment
6.0.24.12.0^16.8.6^16.8.67.0.35.0.02.6.34.0.13.0.65.10.04.0.03.0.028
commits
2
commits
converting the rest of our application over to using contextAPI
9869bb2View on GitHubupdating our application to switch over from redux to context
a481d72View 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 GitHub