Skip to content

Conversation

gabrielseco
Copy link
Collaborator

We wanted to see if we're able to run the library inside react

To run the example-angular you need to the next steps

cd example-angular
ng serve
cd example-angular/src/react-components
npm run build:dev

Basically the angular app needs to run react, what we do is generate a wrapper with a web-component which inserts the react component in the page, this includes react in the app, but only when the component is used

Angular is able to get the events through custom events and react to it

Needs more work but definitely I could see this working

@gabrielseco gabrielseco self-assigned this Aug 12, 2025
Copy link

vercel bot commented Aug 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Comments Updated (UTC)
remote-flows Ready Preview 💬 Add feedback Aug 12, 2025 9:22am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants