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

fix(hooks): use createInitialState in reducer #1556

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

silviuaavram
Copy link
Collaborator

@silviuaavram silviuaavram commented Nov 9, 2023

What:

Use function to create initial state in reducer.

Why:

Avoid recreating the initial state on every render. https://react.dev/reference/react/useReducer#avoiding-recreating-the-initial-state

How:

Refactor the usage according to the React API

Checklist:

  • Documentation
  • Tests
  • TypeScript Types
  • Flow Types
  • Ready to be merged

@silviuaavram silviuaavram merged commit e534757 into master Nov 9, 2023
2 checks passed
@silviuaavram silviuaavram deleted the fix/avoid-recreating-initial-state branch November 9, 2023 10:19
Copy link

github-actions bot commented Nov 9, 2023

🎉 This PR is included in version 8.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

1 participant