- Добавил: literator
- Дата: 21-01-2023, 07:19
- Комментариев: 0

Автор: Peter Ullrich
Издательство: Pragmatic Bookshelf
Год: January 2023 (Version: P1.0)
Страниц: 98
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.06 MB
If you’re an Elixir developer, chances are that you have to build tables. Lots and lots of tables. So, with table UIs making up such a significant part of our daily work, it’s paramount to understand how to build them properly. This book is here to teach you exactly that. In the following chapters we will see how to build a table UI with advanced features like sorting, filtering, pagination, and infinity scrolling. Using the marvelous Phoenix LiveView framework, we’ll make them interactive. We’ll work with LiveComponents and Ecto schemaless changesets to parse user input. This book assumes that you know the basics of Elixir and how to set up a Phoenix LiveView application. Use SOLID coding principles to make your queries reusable with query composition. Compartmentalize your UI with LiveComponents and learn how to handle user input securely with schemaless changesets. Share your view onto the data painlessly by storing your search parameters in the URL.