awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesNested State Management

Represents complex state transitions by attaching and detaching child RIBs in a tree hierarchy, scoping state decisions to each unit.

Distinct from Application State Management: Distinct from Application State Management: focuses on hierarchical tree-based state management rather than general application-wide state.

Explore 3 awesome GitHub repositories matching data & databases · Nested State Management. Refine with filters or upvote what's useful.

Awesome Nested State Management GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • uber/ribsuber 的头像

    uber/RIBs

    7,923在 GitHub 上查看↗

    RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of business logic called RIBs. Each RIB separates routing, business logic, and construction into distinct classes through the Router-Interactor-Builder pattern, with hierarchical dependency injection scoping dependencies per node and static analysis enforcing architectural rules at build time. The framework enforces automatic disposal of Rx subscriptions scoped to interactor lifecycles, blocking compilation when subscriptions lack proper disposal to prevent memory leaks. It supports v

    Manages complex state transitions by attaching and detaching child RIBs in a tree hierarchy, scoping decisions per unit.

    Kotlinandroidarchitectural-patternsarchitecture
    在 GitHub 上查看↗7,923
  • sghall/react-movesghall 的头像

    sghall/react-move

    6,564在 GitHub 上查看↗

    React Move is a declarative animation library for React that animates components by interpolating between start and end states with configurable timing and easing. It provides data-driven transitions for single elements, groups, lists, and SVG elements, supporting staggered timing, custom interpolation for non-numeric values like colors and paths, and drag-and-drop reordering of list items. The library distinguishes itself through its support for custom interpolation functions that replace default numeric interpolation, keyed array reconciliation for tracking items as they enter, update, or l

    Organizes animated attributes into nested namespaces for cleaner state management during transitions.

    JavaScriptanimateanimationeasing
    在 GitHub 上查看↗6,564
  • dustingetz/react-cursordustingetz 的头像

    dustingetz/react-cursor

    1,026在 GitHub 上查看↗

    React Cursor is a state management library for React applications that maintains centralized application state through hierarchical cursor paths and immutable data modeling. It stores all application data in a single root location, keeping downward component trees stateless and predictable. The library enables path-based cursor refinement, allowing developers to drill down through recursive data structures to create localized child cursors pointing to specific nested substructures. Modifications are propagated upward by generating new immutable state trees using pure function updates applied

    Drills down through recursive data structures using refinement paths to navigate nested state.

    JavaScript
    在 GitHub 上查看↗1,026
  1. Home
  2. Data & Databases
  3. Application State Management
  4. Nested State Management

探索子标签

  • Animated State NamespacesOrganizes animated attributes into nested objects to keep state management clean and structured during transitions. **Distinct from Nested State Management:** Distinct from Nested State Management: specifically organizes animated properties into namespaces, not general application state trees.