Thomas Nguyen
Thomas Nguyen's Blog

Thomas Nguyen's Blog

Follow
homeFront-endBack-endMicroservicesBuy me a coffee
Tag

ReactHooks

#reacthooks

More content

Read more stories on Hashnode


Articles with this tag

Using React 18’s Suspense to Improve Code Quality of Web Loaders

Jun 21, 20223 min read

The React Suspense component was first launched with React 16.6, and it has been further expanded with the release of React 18. Initially, React...

Using React 18’s Suspense to Improve Code Quality of Web Loaders

Batching and automatic batching for renders in React

Jun 17, 20224 min read

1. What is batching? Batching is when React groups multiple state updates into a single re-render for better performance. For example, if you have...

Batching and automatic batching for renders in React

Why are your React Components rendered twice?

Jun 17, 20223 min read

Many developers have implemented a similar functional component and have seen this behavior. Some have even opened a bug report in the official React...

Why are your React Components rendered twice?