You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, i think the best approach here is to build a proxy worker, that handles the logic if it needs to proxy requests to your react app or to r2-explorer instance
Otherwise, if you use vuejs you should be able to easly add your views/pages into the main dashboard code here
I want to do the conditional rendering of the main dashboard with different Frontend frameworks like React.
E.x.
let x = 1;
{x ? <>Hello world</> : <>{R2Explorers dashboard}</> } something like this. is there any way i can do this?
The text was updated successfully, but these errors were encountered: