React
In this guide, we will discuss how to setup a React project, that uses Onboardbase to manage its secrets(environment variables)
The official React doc recommends using a production-grade React framework. Refer to the desired framework's Onboardbase integration documentation for more information:
If your favorite framework isn't available, note that Javascript frameworks all follow the same pattern to inject environment variables at runtime using Onboardbase: you just need to change the content of your onboardbase run
command to match your project's build command.
Pick a guide, follow along, and simply replace the onboardbase run
command with your project's build command.
Updated 12 months ago