Features vs Widgets #680
Unanswered
dante01yoon
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not sure I fully understand the question. Features can be called anything, as long as they accurately describe the business purpose of the feature. As for where to use features and widgets — I'd suggest to only start thinking about them when large blocks of UI need to be reused. Otherwise, it might be better to just keep it in the page |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings, I see some examples'
features
layer has slices named with interactive prefix likehover-book-list
, but some examples are not.Can
features
slice have domain specific names without interactive naming convention likebook-list
?Also, Is there any concrete guide where should I use features / widgets ?
Beta Was this translation helpful? Give feedback.
All reactions