We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f8aec2 + b8c315d commit 1cc769bCopy full SHA for 1cc769b
README.md
@@ -55,7 +55,7 @@ register('Cart', () => import('./modules/Cart/Cart'));
55
// Component can also be used directly
56
import Cart from './modules/Cart/Cart'
57
58
-register('Cart', () => Cart);
+register('Cart', () => React.memo(Cart));
59
60
populate({ attributes: { classname: 'some-class-name' } });
61
```
0 commit comments