The Wayback Machine - https://web.archive.org/web/20220225143533/https://github.com/topics/commerce
Skip to content
#

commerce

Here are 260 public repositories matching this topic...

React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor (contributors@reactstorefront.io).

  • Updated Feb 19, 2022
  • JavaScript

Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.

  • Updated Feb 18, 2022
  • JavaScript
paulrohrbeck
paulrohrbeck commented Jun 2, 2021

User Story

As a developer, I want the ability to close the Search Bar component by simply changing the CSS class without bugs resulting from the internal toggle() method.

Description & Motivation

Instead of relying on an internal state (this._state.visible), we would like to check against the current CSS class (.searchBar__root_open) of the the search bar root

. The current metho

Improve this page

Add a description, image, and links to the commerce topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commerce topic, visit your repo's landing page and select "manage topics."

Learn more