app-config icon indicating copy to clipboard operation
app-config copied to clipboard

Browser LocalStorage ConfigSource support

Open joelgallant opened this issue 4 years ago • 0 comments

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 environments that don't have filesystems. I'm not fully sure of the value add of this right now (since, for example, you don't even really have NODE_ENV). This might be out of scope entirely.

joelgallant avatar Nov 22 '20 05:11 joelgallant