1

Last night, I saw some argument between redux & mobX in Twitter.

I spent a couple of hours to study mobX. In my opinion, redux is awesome, and Dan is my idol. So I think redux is fast than mobX.

I saw the mobx-react-todomvc. I try to modify it, and I find out it pass the props only layer by layer. It is my problem?

4

2 に答える 2

2

それは要件ではなく、個人的な好みです。ただし、mobx-connect パッケージを使用するなどして、コンテキストを使用することもできます。必要に応じて、依存性注入を使用したり、コンポーネント ファイルにストアをインポートしたりすることもできます。小道具を使用するための技術的な要件はまったくありません。

于 2016-06-12T06:32:37.560 に答える
1

どうも@capajj

props によって複数のコンポーネントを介して mobx オブザーバブルを渡すことはありません。必要な場所にインポートするだけです

これは良い答えだと思います。このアイデアが大好きです。

于 2016-06-12T09:36:20.737 に答える