Skip to content

StateManagementLibrary

reference
1 min readUpdated

Kind: Type

Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts

State Management Interfaces

Defines interfaces for state management libraries (Redux, MobX, Zustand, etc.) and their patterns for user documentation generation.

Definition

ts
| 'redux'
  | 'redux-toolkit'
  | 'mobx'
  | 'zustand'
  | 'recoil'
  | 'jotai'
  | 'context-api'
  | 'react-query'
  | 'swr'
  | 'ngrx'
  | 'akita'
  | 'ngxs'
  | 'pinia'
  | 'vuex'

Was this page helpful?

Download as PDF