Whitespace 19.1 Use soft tabs (space character) set to 2 spaces. eslint: indent // bad function foo () { ∙∙∙∙ let name ; } // bad function bar () { ...
Synthetic events Function Binding Handling events in JSX is pretty similar to handling events in actual DOM.For example if we have a button element and we want to pass a event ...
Review Review ES6 adds many extra API helpers on the various built-in native objects: Array adds of(..) and from(..) static functions, as well as prototype functions like ...