These days the are great tools to measure everything that occurs in your site. Clicks, reading time, loading times, errors and so forth. And we care about the video content on our websites in the same way… right?
We can’t emphasize enough that focusing on small details matters when building applications. Phoenix LiveView makes it very easy to do just that. It’s awesome. And this is already the third post we created about it. So if you’re wondering whether we can spend a whole post on conteneditables, then yes, we can.
Last time I discussed the details of error handling and animating these when building an application with Phoenix Liveview. At mave, we care about those details and you probably do too. Otherwise, you wouldn’t be reading this. Today we’ll dive into another topic we’ve tackled: page transitions.
We really love Phoenix LiveView here at mave. Your focus, even as backend developer, moves towards little interactions that have impact and makes your product feel solid. We just need small changes to get the result consistently throughout our app. Let’s take a look at error handling with Phoenix’ LiveView form.
1
2
3
4
5
<script type="module">
import { Player } from "https://cdn.mave.io/npm/@maveio/components/+esm";
</script>
<mave-player embed="g3DBLLCCQF"></mave-player>
<script type="module">
import { Player } from "https://cdn.mave.io/npm/@maveio/components/dist/react.js";
</script>
<Player embed="g3DBLLCCQF"></Player>
<script type="module">
import { Player } from "https://cdn.mave.io/npm/@maveio/components/+esm";
</script>
<mave-player embed="g3DBLLCCQF"></mave-player>