decorator
-
Mobx 6Framework/SPA 2020. 12. 1. 08:14
1. Overview Become compatible with standard modern JavaScript - Dropping Decorators Syntax Mobx will work out of the box in most setups version Proxy and non-proxy in the same version Reduce bundle size - By removing decorators Enable strict mode by default - all observables must be updated through actions 2. Decorators 2.1 makeObservable A function that receives a target, annotations, and optio..