Is MobX a flux?

MobX is a battle tested library that makes state management simple and scalable by transparently applying functional reactive programming (TFRP). Yes MobX can follow the Flux framework and yes it allows scalability but it’s defining power comes from it’s reactive nature.

Read more

Is MobX fast?

MobX is very fast, often even faster than Redux , but here are some tips to get most out of React and MobX. Most apply to React in general and are not specific to MobX. Note that while it’s good to be aware of these patterns, usually your application will be fast enough even if you don’t worry about them at all.

Read more