ieaseMusic
ieaseMusic copied to clipboard
自定义注入(Customizing inject)是否有加observer装饰器的必要?
你好!我注意到mobx-react文档里有个注解,如果使用了自定义注入(Customizing inject),则不需要再加observer装饰器,但我看到了本项目中使用了inject mapperFunction的地方,都有加observer装饰器,这是否必要呢?
文档中的注解:
N.B. note that in this specific case neither NameDisplayer nor UserNameDisplayer needs to be decorated with observer, since the observable dereferencing is done in the mapper function
不是必要的