Skip to content

Memoize ref function #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Memoize ref function #28

wants to merge 2 commits into from

Conversation

elv1n
Copy link

@elv1n elv1n commented Dec 5, 2020

Using measure and passing it as a ref to a child memo component causing rerendering.
Changes will help to prevent unnecessary rerendering and moving addListeneres and removeLlisteners out of a hook scope can be a light improvement

@@ -20,6 +20,10 @@ module.exports = function(config) {
webpack: {
mode: 'development',
devtool: 'inline-source-map',
node: {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests fail with module fs and module not defined error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant