flex布局
只在flex布局中(display:flex)有效的屬性(持續(xù)更新):
justify-content ?
align-item?
mobs
mobx-react 寫在store中的@observable屬性必須只能在action中修改
@inject() 將store注入組件的props中
Provider多個(gè)store
<Provider Store1={Store1} Store2={Store2}>?
</Provider> ? ?//這種方式有效但是否合適有待調(diào)研