Alek-S / pseudozen

Online pseudocoder that makes pseudocoding as easy as it should be
Apache License 2.0
0 stars 0 forks source link

Fat Arrow to replace bind(this) in React Components #7

Open Alek-S opened 6 years ago

Alek-S commented 6 years ago

Use fat arrow to eliminate need for stuff like this._buildEntry = this._buildEntry.bind(this); to clean up components.

Alek-S commented 6 years ago

Use with Class properties transform: example