react

React v18.0

React v18.0

React 18 major version includes out-of-the-box improvements like automatic batching, new APIs like startTransition, and streaming server-side rendering with support for Suspense

read more
Introducing the New JSX Transform

Introducing the New JSX Transform

React will provide support for a new version of the JSX transform. In this post, we will describe what it is and how to try it.

read more
Sending Form Data Using Axios Post Request In React

Sending Form Data Using Axios Post Request In React

The encoding types allows the files to be incorporated into the required form data before being transferred to the server for processing. Some other encoding types used for the non-file transfer

read more
React useRef hook with typescript

React useRef hook with typescript

There are cases when we need to imperatively modify DOM elements in React components outside the usual component flow, most common examples are managing elements' focus or using third-party libraries

read more
three dots (...) or spread operators in React

three dots (...) or spread operators in React

The three dots (...) are called spread operators in JavaScript and this article, we will see the different use cases of how spread operators can be used in React and JavaScript.

read more