Catch&Release ORM

JSON →
library 6.0.0 ·javascript
verified Jun 5, 2026

Catch&Release ORM (crorm) is an opinionated React/Redux ORM that reduces boilerplate and simplifies immutable data access. Version 6.0.0 requires Redux with Immutable.js, data in JSONAPI format normalized by jsonapi-normalizer, and a 'data' reducer via combineReducers. It provides a base class for models with findById, all, where, create methods, instance dot access, and lifecycle hooks like onDestroy. Compared to alternatives like normalizr or redux-orm, it is tightly coupled to a specific tech stack (Redux, Immutable.Record, jsonapi-normalizer) and assumes CRUD actions. Maintenance and release cadence are unclear; last release appears to be v6.0.0.