We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment there are a lot of redundant logic at widget level
It should be decompose as independent slices (choose any name what you prefer):
features/search
sharead/ui/brand
features/navigation
You could choose any another decomposition way, but the main requirement - keep at Header only that logic, that it need
For any question ping me 🚀
The text was updated successfully, but these errors were encountered:
As a good example of header decomposition:
https://feature-sliced.design/docs/reference/layers/widgets
Sorry, something went wrong.
No branches or pull requests
At the moment there are a lot of redundant logic at widget level
It should be decompose as independent slices (choose any name what you prefer):
features/search
(SearchBar)sharead/ui/brand
(Logo)features/navigation
(NavLinks, at start I suppose we could place it into features)You could choose any another decomposition way, but the main requirement - keep at Header only that logic, that it need
The text was updated successfully, but these errors were encountered: