-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next starter kit should not be used for production? #487
Comments
I've closed this with #543 which removes the production warning, but I'd also like to provide some additional context for this. Tl;dr: this project, Reaction Platform, and the v2.0 version of Reaction in general is our recommend approach to building a shop with Reaction. Longer answer: This project represents an example of how you could build a storefront to consume the headless Reaction Commerce GraphQL API. We haven't provided a lot of tooling to aid in customizing this example storefront. You're welcome to start with this project as a base for your own storefront, but this is certainly not a one-size-fits-all project. You should be able to build a storefront for Reaction that uses React, Angular, Ember, or Vue; Apollo or Relay; Styled Components, CSS-in-JS, or bootstrap; and Gatsby, Next.js, create-react-app, or rolling your own webpack config. We're not trying to provide an opinion about how you should approach your storefront with this project, but rather to provide an example of how you can consume the Reaction GraphQL API to create your own shop. In fact, if you're interested in building your own storefront and open sourcing it, we'd love to promote it. We'd also love to see other approaches to building storefronts that work with our GraphQL API. We believe that the Reaction Commerce project will be stronger with an ecosystem of many storefronts which are developed by our community that provide a varied approaches to building a shop on Reaction. In support of this, we have renamed this project from |
On the project README.md documentation, it saids that this project should not be used for production. Which means that it might not be stable yet.
Yet, on the ReactCommerce site, the documentation seems to point at using 2.0 and Next starter template seems to be the recommended approach based on that documentation over there.
This is somewhat confusing and concerning, and I am not sure what is stable to use in production, as well as provide the best developer experience.
What is the official recommended approached to customize the frontend as of January 21, 2019?
The text was updated successfully, but these errors were encountered: