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

Lightweight bem-core without dependency on jQuery #1507

Open
14 of 23 tasks
sbmaxx opened this issue Jun 1, 2017 · 5 comments
Open
14 of 23 tasks

Lightweight bem-core without dependency on jQuery #1507

sbmaxx opened this issue Jun 1, 2017 · 5 comments

Comments

@sbmaxx
Copy link

sbmaxx commented Jun 1, 2017

  • entities with multi nodes
  • events
    • dom
    • bem
  • fix dom block
  • refactor
    • get rid of copy-paste about nodes iterations
      • simple forEach
      • parents
      • one or many
    • storeDomNodesParents use dom.each
    • BemDomCollection already uniq entities, so no need to do this in _find*
  • add specs for before and check others
  • idle
    • add specs
  • drop IE9 from support
  • Delegate events to document in onInit section are broken #1514
  • backward compatibility layer
    • $.fn.bem
    • domElem
    • block dom
    • doc, win, scope
    • ? jquery__event_type_pointer*
@sbmaxx
Copy link
Author

sbmaxx commented Jun 1, 2017

@veged @tadatuta

@qfox
Copy link
Member

qfox commented Jun 1, 2017

no way!

@qfox
Copy link
Member

qfox commented Jun 1, 2017

Why not to use your jquery polyfill?

@Yeti-or
Copy link
Member

Yeti-or commented Jun 1, 2017

we have realisation without jQuery : https://nda.ya.ru/3T3NGx

@sbmaxx
Copy link
Author

sbmaxx commented Jun 1, 2017

Why not to use your jquery polyfill?

size matters

we have realisation without jQuery : https://nda.ya.ru/3T3NGx

we can't use react

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