Designing React Hooks the Right Way - Helion

Tytuł oryginału: Designing React Hooks the Right Way
ISBN: 9781803237527
stron: 278, Format: ebook
Data wydania: 2022-01-11
Księgarnia: Helion
Cena książki: 119,00 zł
React hook creates a unique solution for using states in function components to orchestrate UI communication. They provide you with an easy interface to write custom data management solutions with low development and maintenance costs. Understanding how Hooks are designed enables you to use them more effectively, and this book helps you to do just that.
This book starts with a custom-crafted solution to reveal why Hooks are needed in the first place. You will learn about the React engine and discover how each built-in Hook can manage a persistent value by hooking into it. You will walk through the design and implementation of each hook with code so that you gain a solid understanding. Finally, you'll get to grips with each Hook's pitfalls and find out how to effectively overcome them.
By the end of this React book, you'll have gained the confidence to build and write Hooks for developing functional and efficient web applications at scale.
Osoby które kupowały "Designing React Hooks the Right Way", 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
Designing React Hooks the Right Way. Explore design techniques and solutions to debunk the myths about adopting states using React Hooks eBook -- spis treści
- 1. Introducing the Function Component
- 2. Crafting States in Functions
- 3. Hooking into React
- 4. Use State to Jumpstart Components
- 5. Use Effect to Handle Side Effects
- 6. Use Memo to Boost Performance
- 7. Use Context to Cover an Area
- 8. Use Ref to Hide Stuff
- 9. Use Custom Hook to Reuse Logic
- 10. Building a Website with React