Open mitesh-200228 opened 12 months ago
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?