app-config
app-config copied to clipboard
Easy Configuration Loader with Strict Validation
It makes logical sense that a team might have different trust levels for different environments.
Support non-plugin usage in browser or react-native environments. This would essentially mean pulling out some of the primitives in app-config (ParsedValue, ConfigSource) and allowing them to be used in constrained...
A use case for `@app-config/inject` is to do so in an express.js server (before serving the HTML). Middleware the intercepts outgoing HTML and injects app-config sounds like a cool way...
- [x] React / Webpack Example - [ ] Node.js Example - [ ] React Native Web Example
See https://jsonnet.org/ - an unofficial library is https://github.com/yosuke-furukawa/node-jsonnet
Thoughts on featureset: - Allow validation of app-config live, for user to spot problems right away - Full parsing extension support so that vs code sees, for example, `$env` values...