Phoenix LiveView, ReactJS integration

I was wondering if there has been any work integrating LiveView with react components? I’m not thinking of server-side rendering, but some structural help to make integrating with ReactJS/VueJS easier.

I am using https://github.com/fidr/phoenix_live_react which works great and makes it simple to embed React components inside your LiveView.

5 Likes

I’m wondering if anyone already tried the reverse: a react component that renders its inner contents from LiveView…?

Such a component would be handy when you want to migrate an existing React application to LiveView, one component at a time…

7 Likes