xxxxxxxxxx
One thing that StrictMode does with React 18 is run twice the initialization functions of
your apps to check to see if they are indeed truly stateless.
While in theory this is a good thing to assure, it's wasteful to ongoing continually do
as it will double invoke your APIs while you're in development which is not something
we want to do. Feel free to add to remove it.