MobX-ORM
JSON →A MobX-based ORM (Object-Relational Mapping) library for managing API resources and other asynchronous data sources. Current stable version is 0.5.0-alpha.8, with a development cadence that has slowed since 2019. It integrates tightly with MobX, leveraging observable state and computed properties to manage relationships like belongsTo, hasMany, and hasOne. Key differentiators: unlike plain MobX stores, it provides a structured model layer with built-in normalization, foreign key resolution, and query support for API data, reducing boilerplate for complex data-fetching apps. However, it is in early alpha, lacks full CRUD, and may have breaking changes.
Resources
packagemobx-orm ↗