Skip to content

goshippo/react-redux-form-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ebcc28 · May 12, 2021

History

2 Commits
May 12, 2021
May 12, 2021
May 12, 2021
May 12, 2021
May 12, 2021
May 12, 2021
May 12, 2021

Repository files navigation

Demo Code for optimizing the react component re-rendering when using redux-form

[Insert link to blogpost]

  • Clone the repo
  • npm install
  • yarn start

In the Chrome browser make sure you have React Developer Tools installed.

  • Open React Profiler in Chrome dev tools.
  • Enable Highlight updates when components render in the General React Profiler settings.

As you type in form fields of the Redux Form - you will see in the Bad Parent Component - Parent , Children and Redux form components are re-rendering.

But in the Better Parent Component only the redux form is re-rendering.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published