frankframework / frankframework/frontend-conventions
Nesting component names
Open
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Take this example:
* navigation `app-navigation`
* link `app-link`
`app-link` is now accessible from the whole application. But this is probably not needed, otherwise it would reside in its own component.
`app-link` also prevents a more generic link component to be made.
I think it is good practice to just chain your component names, like this:
* navigation `app-navigation`
* link `app-navigation-link`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.