When should you use Phoenix LiveView over Phoenix Channels?

When should you use Phoenix LiveView over Phoenix Channels?

2 Likes

Under the hood LiveView use Phoenix channels.

You would use it when You don’t want to mess with JS frameworks.

3 Likes

I understand. Thanks!

2 Likes