Designing React Hooks the Right Way
eBook - ePub

Designing React Hooks the Right Way

  1. 278 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Designing React Hooks the Right Way

About this book

Get to grips with React Hooks and design your own custom Hook to manage application states for making better decisions in site architectureKey Features• Get to grips with Hooks' design and understand each built-in Hook's pitfalls with examples• Discover how to turn your existing code into a reusable Hook via code refactoring• Explore design solutions to identify and solve site performance issues involving HooksBook DescriptionReact 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.What you will learn• Create your own hooks to suit your state management requirement• Detect the current window size of your website using useEffect• Debounce an action to improve user interface (UI) performance using useMemo• Establish a global site configuration using useContext• Avoid hard-to-find application memory leaks using useRef• Design a simple and effective API data layer using custom HooksWho this book is forThis book is for web developers who are looking for a consistent and efficient approach for applying application states with Hooks. Basic knowledge of React will help you to get the most out of this book.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Designing React Hooks the Right Way by Fang Jin,Sagar Kale in PDF and/or ePUB format, as well as other popular books in Design & Programmierung in JavaScript. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Designing React Hooks the Right Way
  2. Foreword
  3. Preface
  4. Chapter 1: Introducing the Function Component
  5. Chapter 2: Crafting States in Functions
  6. Chapter 3: Hooking into React
  7. Chapter 4: Use State to Jumpstart Components
  8. Chapter 5: Use Effect to Handle Side Effects
  9. Chapter 6: Use Memo to Boost Performance
  10. Chapter 7: Use Context to Cover an Area
  11. Chapter 8: Use Ref to Hide Stuff
  12. Chapter 9: Use Custom Hooks to Reuse Logic
  13. Chapter 10: Building a Website with React
  14. Other Books You May Enjoy