Skip to content

Implement Global State Management Using Zustand or Redux #24

@vvsrohit

Description

@vvsrohit

Add global state management to the application.

Requirements

  • Install Zustand or Redux Toolkit
  • Add global theme state (light/dark)
  • Add global user-preference store (e.g., font size, language)
  • Persist state using localStorage

Why This Is Hard

Requires understanding of global stores, reactivity, persistence, and component subscription.

Expectations

  • No unnecessary re-renders
  • Code placed in /store directory
  • Document usage in README

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions