DEV Community

Cover image for React Configuration Preview!
José Pablo Ramírez Vargas
José Pablo Ramírez Vargas

Posted on

React Configuration Preview!

Ok, so we are closer to the finish line! wj-config v2.0.0 Release Candidate 0 will soon hit the global NPM repository.

For those of you that don't know this package, is a configuration package that works anywhere (server side, such as NodeJS and browser side) that brings the power of .Net Configuration to he JavaScript world.

It comes with per-environment configuration, per-trait configuration and configuration tracing. Have a look at 3 screenshots I took from the React example I will be posting to GitHub:

Current Environment

Current Environment Information

Shows the configured environment. The traits is something you will only see with wj-config and is powerful.

Qualified Data Sources

Data sources that qualified

This is the list of data sources that qualified. Qualifying means the applied predicate (conditional) returned true or there was no predicate applied.

Configuration Samples

Configuration Samples With Source Tracing Information

This one shows some handpicked configuration values and their corresponding source for easy configuration debugging.

If you are curious, go check it out @ GitHub. Follow the NPM link.

Top comments (0)