Skip to content
New issue

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

@bem-react/core: add match for any values in predicate at withBemMod #374

Closed
yarastqt opened this issue Dec 19, 2018 · 3 comments
Closed

Comments

@yarastqt
Copy link
Member

Example:

const enhance = withBemMod('Block', { modName: '*' })
const Enhanced = enhance(Component)

const renderer = () => <Enhanced modName="foo" /> // <div class="Block Block_modName_foo"
const renderer = () => <Enhanced modName="bar" /> // <div class="Block Block_modName_bar"
@belozer
Copy link
Member

belozer commented Dec 19, 2018

@yarastqt зачем давать возможность ставить блоку любые модификаторы о которых блок не знает? Я здесь больше вижу проблему чем фичу.

Можешь привести пример боли, которую это должно решить?

@awinogradov
Copy link
Member

@belozer я могу.

Представим, что у тебя есть Link, у которого есть проп url. Он опциональный. В url ты передеаешь содержимое для href атрибута, но если url undefined, то тебе нужно построить не a.Link, а span.Link. Твои действия?

@awinogradov
Copy link
Member

awinogradov commented Dec 21, 2018

Relates to #358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants