valtio▌
2 indexed skills · max 10 per page
valtio
hairyf/skills · Productivity
Minimal proxy-based state management for React and vanilla JavaScript with fine-grained reactivity. \n \n Core API includes proxy() for creating reactive state objects, useSnapshot() for render-optimized React hooks, and subscribe() for listening to changes anywhere in your app \n Utilities cover observable Map and Set proxies, property-level subscriptions, Redux DevTools integration, and unproxied references for special objects \n Supports React 18+, Suspense, and computed properties via getter
valtio-define
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