fireindark707

fireindark707

Are there any learning resources available now for the latest version of liveview?

For the past two weeks I have tried to learn liveview using the Educative.io course corresponding to the Programming Phoenix LiveView book. I believe this course is the latest version of the book. But it still falls short of the latest version of liveview, especially regarding the handling of live_component. This has caused me a lot of confusion in learning. I’m not sure if there is a more recommended resource for learning liveview or if I should wait until liveview is more stable before using it.

The Phoenix part seems very smooth and understandable, and the official documentation is readable.

Thanks for any suggestions.

Most Liked

BrightEyesDavid

BrightEyesDavid

They’re working on an update to the course:

Formatting Phoenix HEEx Templates in VS Code

:slight_smile:

D4no0

D4no0

Liveview is still not a stable version, meaning that with new versions, breaking changes can be introduced. Companies I have worked at used liveview to power countless projects, that even to this moment run in production, so from this point of view it is very stable.

As for learning resources, just read the liveview documentation, create a new liveview project using the mix phx.new and compare it to a simple phoenix project and you can read about the things powering the liveview like phoenix channels.

derpycoder

derpycoder

I learnt LiveView from a course by PragmaticStudios.

I am able to learn the latest version of LiveView, after going through that course, even though they don’t cover the latest one.

muelthe

muelthe

I second the Pragmatic Studio course as it has seen some updates. Having said that, Programming Liveview is still very good.

TimButterfield

TimButterfield

I don’t know if it is for the latest version, but the Dave Thomas course ( Elixir for Programmers, Second Edition) includes LiveView instruction.
https://codestool.coding-gnome.com/

Where Next?

Popular in Chat/Questions Top

ericdouglas
I think that would be really interesting to have official books created by the community about all kinds of development we can do with El...
New
ariandanim
Hello all, I am still learning Elixir, then go into Phoenix, i am try search in google but find the programming phoenix 1.4, another for...
New
wallyfoo
Long story short, I have a real world need to create a view for hooking up a shipping terminal to live data, but because of some early ar...
New
maz
I’m getting this error: ## ** (Ecto.Query.CompileError) Tuples can only be used in comparisons with literal tuples of the same size fro...
New
Emily
Preface: I’m not sure if thise is the right place, because this is not direclty Elixir related… but I’ve always got some of the best advi...
New
Scoty
Hey, I am currently reading Programming Elixir and I am doing one of the exercises where you should write a solution to the “I’m thinkin...
New
maqbool
what books/Resources do you recommend to learn about distributed system(theory)?
New
pdgonzalez872
Do we have a list of academic/research papers: about Elixir/Erlang? that use Elixir/Erlang? about the Beam? If so, could you please po...
New
Allyedge
So, I want to get an Elixir book, but don’t know which one to get. Both Programming Elixir 1.6 and Elixir in Action looks interesting, b...
New
SavagePixie
I was wondering if there are any beginner-friendly, exercise-based resources for learning Elixir out there. I’m looking for something lik...
New

Other popular topics Top

JDanielMartinez
Hi! May someone helps me, please! I have two apps into an umbrella project: the first one is Database, which manages queries, and the se...
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
sergio
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
polypush135
As many of you may have realized by now (sorry for all the posts here) I’ve been working on a db problem where I’m trying to aggregate a ...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
chrisalley
ExUnit now has describe blocks which is a welcome addition coming from RSpec. In the docs, it states that nested hierarchies of describe ...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New

We're in Beta

About us Mission Statement