Skip to content
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

CPLAT-8039 Implement/Expose useMemo Hook #250

Merged
merged 7 commits into from
Jan 23, 2020

Conversation

sydneyjodon-wk
Copy link
Collaborator

@sydneyjodon-wk sydneyjodon-wk commented Jan 21, 2020

Motivation

Support useMemo hook in react-dart.

Changes

  • Added useMemo function.
  • Wrote tests.

Please review: @greglittlefield-wf @aaronlademann-wf @joebingham-wk

@sydneyjodon-wk sydneyjodon-wk changed the base branch from master to 5.4.0-wip January 21, 2020 21:38
@sydneyjodon-wk sydneyjodon-wk marked this pull request as ready for review January 22, 2020 00:04
Copy link
Collaborator

@aaronlademann-wf aaronlademann-wf left a comment

Choose a reason for hiding this comment

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

Looks good... just some nits.

test/hooks_test.dart Outdated Show resolved Hide resolved
lib/hooks.dart Outdated Show resolved Hide resolved
example/test/function_component_test.dart Outdated Show resolved Hide resolved
example/test/function_component_test.dart Outdated Show resolved Hide resolved
test/hooks_test.dart Outdated Show resolved Hide resolved
Copy link
Collaborator

@greglittlefield-wf greglittlefield-wf left a comment

Choose a reason for hiding this comment

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

+10

Copy link
Collaborator

@aaronlademann-wf aaronlademann-wf left a comment

Choose a reason for hiding this comment

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

+1

@greglittlefield-wf greglittlefield-wf merged commit 04f8a68 into 5.4.0-wip Jan 23, 2020
@aaronlademann-wf aaronlademann-wf added this to the 5.4.0 milestone Jan 29, 2020
@greglittlefield-wf greglittlefield-wf deleted the CPLAT-8039-useMemo-hook branch February 16, 2022 21:53
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.

3 participants