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
<script type="module">import { Player } from
"https://cdn.jsdelivr.net/npm/@maveio/components/+esm";</script>
<mave-player embed="g3DBLLCCQF"></mave-player>
// $ npm install @maveio/mave-react
import { Mave } from "@maveio/mave-react";
<Mave embed="g3DBLLCCQF"></Mave>
// $ npm install @maveio/mave-vue
import { Mave } from "@maveio/mave-vue";
<Mave embed="g3DBLLCCQF"></Mave>