Create a new "Starter Template" for Composable Frontends with React.
Add some basic structures like (just a suggestion, should be discussed):
Basic routing
Very simple navigation
Very simple homepage/cms pages
Very simple product page
If not too complex "AddToCart" example with mini-cart
What we should not do (just a suggestion, should be discussed):
Cart
Checkout
Payments
Search
Any other complex things
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. ;)
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