Phoenix Liveview + React 18 + Antd sample code

I love Liveview, but I do NOT love building native Liveview UI components :slight_smile: not my forte. Thanks to Stephen Bussey’s article Stephen Bussey - React in LiveView: How and Why? I managed to piece together a sample app that combines the power of Liveview with React rich UI component in this case Antd.

It turns out simple and straightforward: GitHub - csokun/liveview_react_antd: Phoenix Liveview + React 18 + Antd

13 Likes

It’s excellent. But I thought you were using React to create reusable components. However, you have entire views made with React. I think that limits LiveView’s ability to send only what the view needs

If you are looking for a way to this, you should checkout this blog Connect react with liveview