No detailed description available for "Designing React Hooks the Right Way".
Sprache
Verlagsort
Basel/Berlin/Boston
Großbritannien
Zielgruppe
Editions-Typ
Produkt-Hinweis
Dateigröße
ISBN-13
978-1-80323-752-7 (9781803237527)
Schweitzer Klassifikation
Jin Fang:
Fang Jin is a software engineer that makes reusable and scalable web modules that can be applied to modern browsers and devices. He is an engineering hobbyist with interests ranging from economics and philosophy to software development, architecture, and team development. Fang is a lifelong learner and during his journey, he has helped organizations and teams adopting UI frameworks with consistent branding look and feel across departments to save cost and boost efficiency. In his free time, he likes swimming and surfing YouTube.
Table of Contents - Introducing the Function Component
- Crafting States in Functions
- Hooking into React
- Use State to Jumpstart Components
- Use Effect to Handle Side Effects
- Use Memo to Boost Performance
- Use Context to Cover an Area
- Use Ref to Hide Stuff
- Use Custom Hook to Reuse Logic
- Building a Website with React