#reactjs
Read more stories on Hashnode
Articles with this tag
In this article, we analyse few arrow functions found in open source projects that are passed in as a parameter to useMemo or useCallback. I found...
In this article, we analyse how React source code bypasses bundlers’ detection of require statement. By concatenating the string “require” with a...
In this article, we analyze the MessageChannel usage in React source code. Let’s first understand what a MessageChannel is. MessageChannel The...
In this article, we analyze queueMacroTask in React source code. Although, file and function are named as enqueueTask, it is imported as...
In this article, we analyze queueMicroTask function in React source codeReact uses queueMicroTask in a file named ReactAct.js. This is a public API,...
In this article, we analyze Object.preventExtensions() usage in React source code. Object.preventExtensions() is called when the flag...