Skip to main content
Back to registry

zustand

lobehub/lobehub

Installs616
Install command
npx skills add https://github.com/lobehub/lobehub --skill zustand
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Main interfaces for UI components: Core business logic implementation: State update handlers: Use Reducer Pattern: Use Simple set : Delete operations : Don't use optimistic updates (destructive, complex recovery) Actions: State: We are migrating slices from plain StateCreator objects to class-based actions . - Naming: Verb form ( createTopic , sendMessage ) - Responsibilities: Parameter validation, flow orchestration - Naming: internal_ prefix ( internal_createTopic ) - Responsibilities: Optimistic updates, service calls, error handling - Should not be called directly by UI - Naming: internal_dispatch + entity ( internal_dispatchTopic ) - Responsibilities: Calling reducers, updating store - Managing object lists/maps ( messagesMap , topicMaps ) - Optimistic updates - Complex state transitions - Toggling booleans - Updating simple values - Setting single state fields - Public: createTopic , sendMessage - Internal: internal_createTopic , internal_updateMessageContent - Dispatch: internal_dispatchTopic - Toggle: internal_toggleMessageLoading - ID arrays: messageLoadingIds , topicEditingIds - Maps: topicMaps , messagesMap - Active: activeTopicId - Init flags: topicsInit - Action patterns: references/action-patterns.md - Slice organization: references/slice-organization.md - Define a class that encapsulates actions and receives (set, get, api) in the constructor. - Use #private...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does zustand do?

zustand is listed in SkillJury, but the source summary is still sparse.

Is zustand good?

zustand does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does zustand work with?

zustand currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to zustand?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install zustand?

npx skills add https://github.com/lobehub/lobehub --skill zustand

Related skills

More from lobehub/lobehub

Related skills

Alternatives in Software Engineering