Blog

Automatic Batching in React

3 min read

Batching is when React groups multiple state updates into a single re-render for better performance. Let us see how it is been improved in latest react version

How CORS works?

3 min read

One of the most common error where frontend developers deal with on regular basis when they are integracting with API.