Dan Abramov 12/13/2018

Why Do React Hooks Rely on Call Order?

Read Original

This article delves into the controversial design decision of React Hooks, specifically why they rely on the persistent call order between re-renders. It explains how this mechanism allows for the declaration of multiple state variables and is key to the composition of custom Hooks, addressing a common point of confusion from the initial proposal.

Why Do React Hooks Rely on Call Order?

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet