React tip: You can eliminate constructors for state and binding


React tip: You can eliminate constructors for state and binding. Use class fields instead (stage 3, transpiled via Babel).

Making this change all over lately. Nice way to reduce cruft.

#react

Oops, this should be omitted from this.state above.

View original on X