The Nguyen
The Nguyen
**Is your feature request related to a problem? Please describe.** Create a `README_zh.md` for a Chinese version of the Readme document
**Draft requirements:** 1. Should be able to create/update/remove admin account 2. Should be able to manage multiple admin account 3. Should be able to create/update/remove role 4. Each role should...
**Describe the bug** Warning: Failed prop type: Invalid prop `featuredProducts[0].productId` of type `string` supplied to `FeaturedProducts`, expected `number`. **To Reproduce** Steps to reproduce the behavior: 1. Start project in development...
**Describe the bug** The fast refresh feature is now available. It works, but On the first time visiting a page, Webpack build will be executed to generate a bundle. This...
**Describe the bug** Warning: Failed prop type: The prop `homeUrl` is marked as required in `Logo`, but its value is `undefined`. **To Reproduce** Steps to reproduce the behavior: 1. Start...
For performance purpose, we need to find a solution to group the Graphql queries. Same query should be grouped and executed 1 time only
Hi everyone, As you may know, EverShop implements HMR feature. When a component is changed, the page will be updated automatically (without loosing the current state). However, since we implement...