1 indexed skills · max 10 per page
hairyf/skills · Productivity
Valtio-based reactive state management with Pinia-like API for React. \n \n Core API includes defineStore for creating stores with state, actions, and getters, plus useStore hook for React component access \n Advanced features cover subscriptions, patch operations, inline reactive JSX components via Signal, and conversion to useState-like hooks \n Plugin system enables store extensions, including built-in persistent storage plugin for state hydration \n Full TypeScript support with comprehensive