Remove React
article thumbnail

How To Improve React JS Website Performance

DZone

At Kommunicate , we use React JS with some plugins such as Webpack and Redux. Today, we will share the knowledge/experiments that we conducted to improve React JS website performance significantly. Hence, a well-performing front end is the most important thing for modern businesses.

article thumbnail

React Form Libraries Comparison: Formik Vs React Hook Form

DZone

There are multiple libraries that we can use such as React Final Form, Formik, Redux Form, and React Hook Form. In this article, we will focus on how React can solve the problem of working with forms, and we will discuss two well-known libraries called React Hook Form and Formik. React Components.

189
189
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

In-Depth Guide to Using useMemo() Hook in React

DZone

React is a popular JavaScript library used for building user interfaces. One of the key features of React is its ability to manage state and re-render components efficiently. The useMemo() hook is a built-in React hook that allows you to optimize the performance of your React application by memoizing expensive computations.

Cache 240
article thumbnail

A Guide To Eliminate Common Performance Issues in React Native App Development

DZone

React native app development does have performance issues. The guide determines solutions for common performance issues in React Native, focusing on memory leaks, size, navigation, etc., "The more the navigation controls, animations, and third-party libraries, the more it affects performance.".

article thumbnail

Data Fetching and Cache Maintenance With React-Query

DZone

library applications and how we maintain the server state with the library called React-Query. Into React-Query. There, the React-query library helps us to solve these performance issues, manage the cache properly and give us useful features like query cancellation, stale time configuration, infinite query re-fetching, etc.

Cache 130
article thumbnail

React Children And Iteration Methods

Smashing Magazine

React Children And Iteration Methods. React Children And Iteration Methods. The most obvious and common prop that developers work with within React is the children prop. If you know the basics of React and have at least an idea about what the children prop in React is, this article is for you. Arihant Verma.

article thumbnail

React Server Components

Addy Osmani

React Server Components aim to enable modern UX with a server-driven mental model. In this post I will share some notes I took while catching up on the latest RFC and talk around this work.

Servers 145