Simplifying State Management in React Native - Helion

Tytuł oryginału: Simplifying State Management in React Native
ISBN: 9781803244419
stron: 202, Format: ebook
Data wydania: 2023-01-13
Księgarnia: Helion
Cena książki: 67,49 zł (poprzednio: 74,99 zł)
Oszczędzasz: 10% (-7,50 zł)
Managing state in a React Native app can be challenging as it is one of the most difficult concepts to grasp while learning React Native. This is because there are so many ways to do it, and because there is a lack of clear guidelines on what should be used and why.
Simplifying State Management in React Native is a comprehensive introduction for those who are new to creating robust React Native apps that will have you up to speed in no time. You’ll get to grips with the different state management strategies and libraries available. As you progress through the chapters, you’ll try out different solutions, as well as compare and choose which solution is perfectly suited to your future projects and personal preferences. Finally, you’ll create a social media clone app using all the concepts and examples that you’ve learned in this book.
By the end of this book, you’ll be able to take on existing projects that use various state management strategies and libraries, and confidently make decisions about state management.
Osoby które kupowały "Simplifying State Management in React Native", wybierały także:
- Cisco CCNA 200-301. Kurs video. Administrowanie bezpieczeństwem sieci. Część 3 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Administrowanie urządzeniami Cisco. Część 2 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Podstawy sieci komputerowych i konfiguracji. Część 1 665,00 zł, (39,90 zł -94%)
- Cisco CCNP Enterprise 350-401 ENCOR. Kurs video. Programowanie i automatyzacja sieci 443,33 zł, (39,90 zł -91%)
- CCNP Enterprise 350-401 ENCOR. Kurs video. Mechanizmy kierowania ruchem pakiet 443,33 zł, (39,90 zł -91%)
Spis treści
Simplifying State Management in React Native. Master state management from hooks and context through to Redux, MobX, XState, Jotai and React Query eBook -- spis treści
- 1. What are React and React Native?
- 2. Managing State in a Simple React App
- 3. Planning and Setting Up the Funbook App
- 4. Styling and Populating the Funbook App
- 5. Implementing Redux in Our Funbook App
- 6. Using MobX as a State Manager in a React Native App
- 7. Untangling Complex Flows in React Native Apps with XState
- 8. Integrating Jotai in a React Native App
- 9. Using React Query for Server-Side-Driven State Management
- 10. Appendix