New RC for `react-phoenix` allows rendering React inside LiveView but needs your help

I’ve just pushed a release candidate for react_phoenix that updates the library to handle React components inside Phoenix LiveView. In my local tests, everything seems to work for my usecases, but I don’t want to officially release it until a wider range of testing has been done on it.

If you have used react_phoenix in the past or have an interest in React and LiveView, I’d be grateful if you downloaded the release candidate and tried it out for me. Does it work for you? Does it handle all the things you need it to handle?

Feel free to respond here or review the PR itself: https://github.com/geolessel/react-phoenix/pull/53

Take a look at the updated README and get started by adding {:react_phoenix, "~> 1.3.0-rc.1"} to your deps.

Thank you!

4 Likes