How to use React js in Theme app extension?

In my extension Files include assets , blocks,locales,snippets and shopify.theme.extension.toml so how to react in this and want to render my react code in collection page of theme app extension . And in assets we can only use js files . Can anyone provide me step by step process ?

You can do it easily with just Vite plugins.

It took me a while to figure this out as well so I’ve put together a short guide and a template repo for this:

https://dev.to/iskurbanov/shopify-app-theme-extension-with-react-tailwind-css-3n9e

Template: https://github.com/iskurbanov/theme-app-extension-react