Is it considered acceptable or beneficial to register all components globally?
Explanation
- To prevent the need for manual importing of components when they are needed by other components.
- Sometimes it can be frustrating to see numerous import statements for components as the application grows larger.
Are there any potential drawbacks to this approach?