Skip to content

feat: implement Zustand state management#624

Open
Gina-georgina wants to merge 1 commit into
Vera3289:mainfrom
Gina-georgina:feat/state-management-259
Open

feat: implement Zustand state management#624
Gina-georgina wants to merge 1 commit into
Vera3289:mainfrom
Gina-georgina:feat/state-management-259

Conversation

@Gina-georgina

Copy link
Copy Markdown
Contributor

Summary

Implements centralized state management using Zustand as described in issue #259.

Changes

  • Auth slice (user, token, login/logout)
  • Merchants slice (list, loading, error)
  • Payments slice (list, loading, error)
  • UI slice (loading, modal, toast)
  • Combined store with useStore hook
  • Selectors for all slices

Closes #259

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement graceful shutdown for API server

1 participant