Installation
Core package
Section titled “Core package”Make sure you have Zod 4 installed.
Install the @config-store/core package using your preferred npm-based package manager:
npm add @config-store/corepnpm add @config-store/coreyarn add @config-store/corebun add @config-store/core⠀
In a React app
Section titled “In a React app”Additionally, install @config-store/react.
Make sure you’re on React 18+.
⠀
Use with other frameworks
Section titled “Use with other frameworks”Support for other frameworks is not planned, but contributions are very welcome.
Meanwhile, you can integrate the ConfigManger by hand.
⠀
Version compatibility
Section titled “Version compatibility”If using previous versions of packages, mind version compatibility table:
| Branch | @config-store/core | @config-store/react |
|---|---|---|
gen0 (current) | >= 1.0.0 | >= 1.0.0 |