Redux-Vertical

JSON →
library 2.1.0 ·javascript
verified Jun 4, 2026

A utility library for building large Redux applications using vertically separated features. Current version 2.1.0 provides action type namespacing to prevent naming collisions, with key exports like `createTypes` and `createAction`. It is a derivative of redux-actions but removes Symbol support for broader compatibility. The library is stable with infrequent releases. It differs from redux-actions by enforcing string action types and adding a namespace mechanism.