geolessel / react-phoenix

Make rendering React.js components in Phoenix easy
http://reactphoenix.com
MIT License
504 stars 38 forks source link

chore: Use PhoenixLiveView for rendering HTML #67

Open abshierjoel opened 3 months ago

abshierjoel commented 3 months ago

Phoenix.HTML has deprecated Phoenix.HTML.Tag since the 4.X release. Because of this, the content_tag function is no longer available. I think a good path forward may be to use Phoenix Components with the ~H sigil for formatting. Unfortunately this does require bringing in phoenix_live_view as a dependency, which may not be desirable.

abshierjoel commented 1 month ago

Hi @geolessel, just wanted to ping and see if you had seen this. Thanks!