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?
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?