Viewer 3 React example

Hello,

I don’t suppose there’s a simpler React example? I tried to use the AppBuilderSdk with AppBuilderShared. I managed to get this running locally but not much luck implementing it in a simple React app due to quite a lot of dependencies.

For now I just want to import Shapediver viewer component, pass modelviewurl and ticketId and render it on the page.

Thanks!

Here you can find a very barebones React example. Be aware that it’s outdated and I just unarchived the repository.
If your goal is to develop a React app that interacts with the parameters, I highly recommend to copy the hooks and stores implemented in App Builder.

Thank you, I have a follow up question here