shopware / frontends

Shopware Frontends is a framework for building custom, headless storefronts with Shopware 6.
https://frontends.shopware.com
MIT License
176 stars 49 forks source link

[TEMPLATE] React Implementation (POC) #244

Closed BrocksiNet closed 1 year ago

BrocksiNet commented 1 year ago

Description

Create a new "Starter Template" for Composable Frontends with React.

Add some basic structures like (just a suggestion, should be discussed):

What we should not do (just a suggestion, should be discussed):

The components can also be moved into an example instead of putting them into the "Starter Template". So the Starter Template stays clean. Understand this task as a first experiment.

Use Case

Give developers a basic setup from where they can start to work with React and Composable Frontends.

Proposed Solution

This does not mean we need a complete implementation. This maybe also means making a plan for how to implement this and testing how it is working. Because of that, we have POC in the title. ;)

Alternatives Considered

No response

Additional Context

No response

BrocksiNet commented 1 year ago

A way to solve this would be just using the vercel commerce template and replacing the data source with our store API.

BrocksiNet commented 1 year ago

See: https://github.com/vercel/commerce/pull/1156