beknar.askarov

Results 5 issues of beknar.askarov

I want to clarify motivation behind current implementation of updates in components. As I understand getting template result is done in RAF for batching then next RAF is scheduled for...

discussion

Since, container for virtual component is [mapped to part](https://github.com/matthewp/haunted/blob/master/src/virtual.js#L21) in cache, same container is reused for other component: ```javascript html`${${predicate ? ComponentOne() : ComponentTwo()}}` ``` I made [demo](https://codesandbox.io/s/mowl273pxx) reproducing the...

bug
virtual

I understand motivations behind this, but since one crucial use case for web applications is sending request and getting response back, it will be tempting for us to make our...

I see that some parts of [react](https://github.com/andyearnshaw/Intl.js/blob/master/dist/Intl.js#L13) and [asyncToGenerator tranforms code](https://github.com/andyearnshaw/Intl.js/blob/master/dist/Intl.js#L236) parts in bundle. Is it a bug or what and they are not very reusable which may lead to...

Es modules are supported in [86%](https://caniuse.com/#feat=es6-module) of browsers, and this library is used by major web libraries|frameworks. I have stumbled open this issue while working on experiment in https://next.plnkr.co/edit/8lukaUKTSzv6HOn5 I...