Description
In this episode of the Elixir Mentor Podcast, your go-to source for All Things Elixir, I'm excited to welcome back Andrew Stewart, who runs his educational YouTube channel under the username @srcrip. This time, we focus on JavaScript interoperability in LiveView. We'll discuss best practices, share insights, and explore various aspects of integrating JavaScript with LiveView. Don’t miss it!
#ElixirLang #LiveView #ElixirMentor #TechTalk #SoftwareDevelopment #ElixirProgramming #DeveloperCommunity #JavaScript #WebDevelopment
textarea code snippet to maintain height on reload:
```
const MaintainHeightHook = {
beforeUpdate() {
this.prevHeight = http://this.el.style.height
},
updated() {
http://this.el.style.height = this.prevHeight
}
}
```
image proxy mentioned: https://t.co/yB4R7RsQrI
Connect with Andrew:
X: https://x.com/src_rip
YouTube: https://www.youtube.com/@srcrip
Toast Library: https://toast.src.rip
SUPPORT ELIXIR MENTOR
🌐🌐 My website: https://elixirmentor.com/
🎙🎙Check out my podcast: https://www.hiredgunapps.com/podcast
🆘🆘NEED HELP?? Join the Discord Server: https://discord.gg/HcnjPsW
In this episode of the Elixir Mentor Podcast, I'm joined by Miguel Camba, a Senior Engineer at DockYard and key contributor to Beacon CMS. Miguel dives deep into the development of Beacon's visual editor, a powerful feature that bridges the gap between developers and content creators. We explore...
Published 11/16/24
In this episode of the Elixir Mentor Podcast, I'm joined by Leandro Pereira, one of the key developers behind Beacon CMS. Leandro discusses Beacon, a cutting-edge content management system built with Phoenix LiveView that aims to deliver high performance without compromising productivity. We...
Published 11/09/24