• 01

    DESIGN TEMPLATES

    With MobX you do not need to normalize your data. This makes the library very suitable for very complex domain models;

  • 02

    EASY TO USE

    MobX automatically tracks the relationship between the state and derived data (derivations), without any extra effort you get referential integrity;

  • 03

    A LOT OF TOOLS

    MobX builds graph all the derived data in your application to find the least amount of computation needed to prevent obsolete data problems;

  • 04

    DISCONNECTED COMPONENTS

    MobX works with simple JavaScript structures. Because of its unobtrusiveness, it works with most JavaScript libraries out of the box, without the need for specific libraries.