Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
ember-ast-hot-load
Universal hot-load addon for Ember applications. Support classic/pods/mu layouts and route templates reloading.
-
demo-async-dom
Demo page with async dom and webworkers
-
async-dom
Async Dom
JavaScript 24
-
hooked-components
Custom components for Ember, inspired by React Hooks approach
-
dom-snapshot
JS methods to serialize HTML page to JSON and restore it
TypeScript 13
-
ember-ref-modifier
Ember Ref Modifier
JavaScript 10
1,279 contributions in the last year
Activity overview
Contribution activity
May 2019
Created an issue in glimmerjs/glimmer-vm that received 1 comment
Huge mutations count for keyed lists
example: http://tinyurl.com/y4dapglo on simple 2 columns swap 38 mutations for 10 items long list, comparing 2 mutations for non-keyed loop. Code…