Embedding a React component

hi guys,

we are looking to build and embed a React component into our Radzen web assembly project,
i'm assuming that i build the main page of the component in the client / shared folder (and put any dependency files in a folder under that...)
then we use the HTML element just like a custom component to embed the React component.

is this pattern correct?

is there an example pattern i could follow ?

thanks

Hi @TMRGlobal,

We are not familiar with adding React components to Blazor applications and cannot help with that. There shouldn't be anything specific to Radzen though. I suggest searching online.

Hi @TMRGlobal ,

At Adding React UI Components to Blazor Web Assembly App | DevKimchi

shows an basic aproach of integration react-blazor.