About
This skill provides specialized guidance for architecting React state with Zustand, emphasizing a 'simple by default' philosophy. It covers essential patterns including typed store creation, selector optimization to prevent unnecessary re-renders, and the implementation of middleware like Persist and DevTools. Developers can leverage this skill to build complex logic using the slices pattern, handle asynchronous operations with optimistic updates, and ensure code reliability through standardized testing strategies for global application state.