March 2020
Intermediate to advanced
328 pages
7h 58m
English
So far in this book, you’ve seen that Phoenix Channels make the server side of real-time application development a breeze, but we still ended up writing a lot of front-end client code. This is acceptable for many applications, but wouldn’t it be nice if we could write real-time applications without spinning up a JavaScript front-end as well? Enter Phoenix LiveView.
LiveView[62] is an exciting library that shakes up the traditional real-time application development life cycle. In a typical web application, you integrate real-time features into an interface based on standard HTML and JavaScript. In Chapter 7, Build a Real-Time Sneaker Store, we did this by passing HTML fragments from the server to the ...
Read now
Unlock full access