@figma-vars/hooks 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,14 +31,14 @@ Built for the modern web, this library provides a suite of hooks to fetch, manag
|
|
|
31
31
|
|
|
32
32
|
## 🧱 Architecture Highlights
|
|
33
33
|
|
|
34
|
-
✅ **100% Test Coverage** - Comprehensive test suite with 78 tests covering all hooks, utilities, and edge cases via Vitest
|
|
35
|
-
✅ **Consistent Error Handling** - Standardized error propagation with clear messages from the Figma API
|
|
36
|
-
✅ **Strictly Typed APIs** - Modern TypeScript best practices with full type inference and autocompletion
|
|
37
|
-
✅ **Predictable Hook Signatures** - Consistent, composable patterns designed for safe React integrations
|
|
38
|
-
✅ **Developer-First Architecture** - Clean folder structure, path aliases, and logical component separation
|
|
39
|
-
✅ **React Ecosystem** - Built specifically for React apps, Storybook, Next.js, and design system dashboards
|
|
40
|
-
✅ **Ergonomic DX** - Intuitive API that's easy to use in both prototype and production environments
|
|
41
|
-
✅ **Minimal Dependencies** - Leverages SWR for caching with careful dependency selection for optimal bundle size
|
|
34
|
+
- ✅ **100% Test Coverage** - Comprehensive test suite with 78 tests covering all hooks, utilities, and edge cases via Vitest
|
|
35
|
+
- ✅ **Consistent Error Handling** - Standardized error propagation with clear messages from the Figma API
|
|
36
|
+
- ✅ **Strictly Typed APIs** - Modern TypeScript best practices with full type inference and autocompletion
|
|
37
|
+
- ✅ **Predictable Hook Signatures** - Consistent, composable patterns designed for safe React integrations
|
|
38
|
+
- ✅ **Developer-First Architecture** - Clean folder structure, path aliases, and logical component separation
|
|
39
|
+
- ✅ **React Ecosystem** - Built specifically for React apps, Storybook, Next.js, and design system dashboards
|
|
40
|
+
- ✅ **Ergonomic DX** - Intuitive API that's easy to use in both prototype and production environments
|
|
41
|
+
- ✅ **Minimal Dependencies** - Leverages SWR for caching with careful dependency selection for optimal bundle size
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|