top | item 17667970

(no title)

xanderjanz | 7 years ago

We have high order functions in JS. Which are similar to decorators.

discuss

order

sbjs|7 years ago

Similar, but harder to use safely and correctly in class methods using the new class syntax. There's more surface area for typos and other mismatch errors since you have to type the method names twice. See: https://mobx.js.org/best/decorators.html