When should you use Phoenix LiveView over Phoenix Channels?

When should you use Phoenix LiveView over Phoenix Channels?

Under the hood LiveView use Phoenix channels.

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

I understand. Thanks!