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:
- 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
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