grimoire list effect-atom effect-atom
tim-smart/effect-atom
Atomic state management for Effect
Topics
- Introduction to Effect-Atom
grimoire show effect-atom introduction-and-overviewOverview of the atom library, its purpose, core concepts, and how it integrates with Effect-TS for reactive state management - Installation and Setup
grimoire show effect-atom installation-and-setupGuide to installing the atom library and framework-specific bindings in your project using pnpm workspaces - Registry and Dependency Injection
grimoire show effect-atom registry-and-dependency-injectionUnderstanding the Registry system for managing atom instances and enabling dependency injection across your application - Derived and Computed State
grimoire show effect-atom derived-and-computed-stateCreating derived atoms that automatically compute values based on other atoms for complex state dependencies - Effectful Atoms and Result Type
grimoire show effect-atom effectful-atoms-and-result-typeWorking with atoms that perform side effects and using the Result type for handling async state and errors - React Integration Guide
grimoire show effect-atom react-integrationComplete guide to using atoms in React applications with hooks like useAtomValue, useAtomSet, and RegistryContext - SolidJS Integration Guide
grimoire show effect-atom solidjs-integrationUsing atoms with SolidJS applications through dedicated hooks and reactive bindings - Vue Integration Guide
grimoire show effect-atom vue-integrationIntegrating atoms into Vue applications with reactive bindings and composition API support - Hydration and Server-Side Rendering
grimoire show effect-atom hydration-and-ssrHandling state hydration for SSR scenarios and ensuring consistent state between server and client - Scoped Atoms in React
grimoire show effect-atom scoped-atoms-reactManaging component-scoped state with ScopedAtom for isolated state lifecycles tied to React component trees - Testing Atoms
grimoire show effect-atom testing-atomsBest practices and patterns for unit testing atoms and components that depend on atomic state - HTTP API and RPC Support
grimoire show effect-atom http-api-and-rpcExposing atoms via HTTP APIs and using RPC capabilities for remote state management - LiveStore Integration
grimoire show effect-atom livestore-integrationConnecting atoms with LiveStore for persistent, synchronized reactive state management across clients - 01-core-atom-primitives
grimoire show effect-atom core-atom-primitives
grimoire add effect-atom