DiscoverElixir MentorAndrew Stewart on JS in LiveView
Andrew Stewart on JS in LiveView

Andrew Stewart on JS in LiveView

Update: 2024-07-20
Share

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 = this.el.style.height
},
updated() {
this.el.style.height = this.prevHeight
}
}

Image proxy mentioned: Check out the image proxy



Connect with Andrew:

X: Follow Andrew on X (Twitter)

YouTube: Subscribe to Andrew's YouTube Channel

Toast Library: Explore Andrew's Toast Library



SUPPORT ELIXIR MENTOR

🌐 My website: Visit Elixir Mentor Website

🎙 Check out my podcast: Listen to Hired Gun Apps Podcast

🆘 NEED HELP?? Join our Discord Server

🔗 All my Links: Connect with Jacob on Linktree



Join this channel to get access to perks: YouTube Channel Membership

Comments 
00:00
00:00
1.0x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Andrew Stewart on JS in LiveView

Andrew Stewart on JS in LiveView

Jacob Luetzow