Shared Package Overview
@vef-framework-react/shared is the general-purpose, pure-function foundation package of the framework. It has no React or DOM dependency beyond a few browser APIs used internally (atob/btoa for the base64 obfuscation helpers, navigator for the optional FingerprintJS-seeded id generator). It mainly contains:
- type utilities
- date, formatting, and validation helpers
- event, object, tree, path, and string utilities
- color and pinyin-related helpers