9 comments

[ 5.6 ms ] story [ 36.6 ms ] thread
My two cents: I took the Elixir + OTP course, and found it to be a just-good-enough hands-on exercise, with just enough 'try adding X' exercises to feel comfortable sliding into the language. The presentation may not be everyone's cup of tea, but I found it to be just hammy enough to be amusing, and the back-and-forth format helped turn demonstrations into dialogues, which I find much more effective for exploring edge cases and reasoning behind a language.
+1. I'm currently halfway through the Elixir + OTP course and really liking the way it's presented. Looking forward to the new LiveView course.
As an Elixir/Phoenix dev, I found this course a nice little intro to LiveView. If anything, it helps the LiveView documentation make more sense. Looking forward to the rest of the course.
How much Elixir do you need to know to get something out of this class?
If you don’t have a solid understanding of genservers I think you’d find yourself lost at the deeper parts
Does LiveView require a connected websocket between the client and server for the client to be functional? Is there support for synchronous communication between the LiveView client and server? If not, does this scale for websites as the number of active users increases to a large number?