Typscript React Switch -Fallkomponente
render() {
return (
<>
{
{
foo: <Foo />,
bar: <Bar />
}[param]
}
</>
)
}
Smiling Sheep