Flux Architecture. Design and Build Modern JavaScript Web Applications - Helion
Tytuł oryginału: Flux Architecture. Design and Build Modern JavaScript Web Applications
ISBN: 9781786462442
stron: 352, Format: ebook
Data wydania: 2016-05-24
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
Whilst React has become Facebook’s poster-child for clean, complex, and modern web development, it has quietly been underpinned by its simplicity. It’s just a view. The real beauty in React is actually the architectural pattern that handles data in and out of React applications: Flux. With Flux, you’re able to build data-rich applications that engage your users, and scale to meet every demand. It is a key part of the Facebook technology stack that serves billions of users every day.
This book will start by introducing the Flux pattern and help you get an understanding of what it is and how it works. After this, we’ll build real-world React applications that highlight the power and simplicity of Flux in action. Finally, we look at the landscape of Flux and explore the Alt and Redux libraries that make React and Flux developments easier.
Filled with fully-worked examples and code-first explanations, by the end of the book, you'll not only have a rock solid understanding of the architecture, but will be ready to implement Flux architecture in anger.
Osoby które kupowały "Flux Architecture. Design and Build Modern JavaScript Web Applications", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Flux Architecture. Design and Build Modern JavaScript Web Applications eBook -- spis treści
- 1. What is Flux?
- 2. Principles of Flux
- 3. Building a Skeleton architecture
- 4. Creating Actions
- 5. Asynchronous Actions
- 6. Storing Information
- 7. Viewing information
- 8. Information Lifecycle
- 9. Immutable Stores
- 10. Implementing a Dispatcher
- 11. Alternative View Components
- 12. Leveraging Flux Libraries
- 13. Testing and Benchmarking
- 14. Flux and the SDLC