1 repository
Libraries designed to encapsulate and compose complex business logic into isolated, testable modules.
Distinct from Application Libraries: Distinct from statecharts or general programming libraries by focusing on the composition of business logic modules for application features.
Explore 1 awesome GitHub repository matching software engineering & architecture · Application Logic Libraries. Refine with filters or upvote what's useful.
This is a Swift state management framework and application logic library designed for building applications with a single source of truth and unidirectional data flow. It provides a Redux-inspired architecture that separates business logic from side effects and user interfaces to ensure predictable application behavior across multiple screens. The framework focuses on modularity by allowing complex features to be decomposed into smaller, isolated components. This enables the development of UI-independent business logic that can be extracted into separate modules to improve compilation speed a
Provides a library for composing complex application features into smaller, isolated, and testable modules.