You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the components are quite basic and also need to be refactored, but in order to keep a good separation between logic and presentation it might be good to separate all components to another package.
The objective would be to provide component names so they can be registered by other packages to avoid increasing the bundle size with components that maybe won't be used at all.
It would be great to export HOCs with common and useful logic for all components.
The text was updated successfully, but these errors were encountered:
Right now the components are quite basic and also need to be refactored, but in order to keep a good separation between logic and presentation it might be good to separate all components to another package.
The objective would be to provide component names so they can be registered by other packages to avoid increasing the bundle size with components that maybe won't be used at all.
It would be great to export HOCs with common and useful logic for all components.
The text was updated successfully, but these errors were encountered: