This is the main app in the BlueBase framework. It is just a React Component, and can either be used as the top most component of your project or it can be embedded in your existing code base.
Sometimes, you may want to use custom context. This is especially important when some system functionality may need to be modified before the boot process.
Just create a new object of BlueBase class. And send pass it to the BlueBaseApp component as BB prop when ready.