Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
10x is upper end
  • Loading branch information
josevalim committed Oct 12, 2023
1 parent ae0e25f commit b2c8999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ model while keeping your code closer to your data (and ultimately your source of

* **Rich templating language:** Enjoy HEEx: a templating language that supports function components, slots, HTML validation, verified routes, and more.

* **Diff-over-the-wire:** Instead of sending HTML-over-the-wire, LiveView knows exactly which parts of your templates change, sending minimal diffs over the wire after the initial render, reducing latency and bandwidth usage. The client leverages this information and optimizes the browser with more than 10x faster updates, compared to solutions that replace whole HTML fragments.
* **Diffs over the wire:** Instead of sending "HTML over the wire", LiveView knows exactly which parts of your templates change, sending minimal diffs over the wire after the initial render, reducing latency and bandwidth usage. The client leverages this information and optimizes the browser with 5-10x faster updates, compared to solutions that replace whole HTML fragments.

* **Live form validation:** LiveView supports real-time form validation out of the box. Create rich user interfaces with features like uploads, nested inputs, and [specialized recovery](https://hexdocs.pm/phoenix_live_view/form-bindings.html#recovery-following-crashes-or-disconnects).

Expand Down

0 comments on commit b2c8999

Please sign in to comment.