Aaron Dancer 傅子威

Results 6 comments of Aaron Dancer 傅子威

@explodingcamera the default size actually isn't 1em. 1em = 16px/root font size. At least for me, my browsers render 11px as the default, so 1em is substantially bigger and relatively...

@explodingcamera the ES6 implementation for `oninput` is 1 byte smaller and supports all modern browsers. Nice catch for the `onload`. Saves 2 bytes.

Updated with placeholders and old styling (minus font-size)

Dot notation can be used for accessing array items as well: ```javascript const obj = { arr: [32, 23, 1234] }; dlv(obj, 'arr.1'); ``` Supporting brackets is pretty straight forward,...

See #115 for PR fixing this

Mixins are still allowed using `create-react-class`. But I do agree that this project should be migrated away from mixins.