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

React Toolkit + Core Library Upgrades (Webpack 5, Electron 13) #521

Merged
merged 0 commits into from
Sep 19, 2021

Conversation

nelsonni
Copy link
Member

Description:

Migration to React Toolkit. React Toolkit makes it easier to write good Redux applications and speeds up development, by baking in recommended best practices, providing good default behaviors, catching mistakes, and allowing for writing simpler code. The primary advantage for Synectic is the reduction of boilerplate code for creating Redux reducers, built-in support for asynchronous thunks, and cleaner TypeScript typing inferences.

This PR resolves #518, #487, #468, #401, and signifies the following version changes (per Semantic Version):

  • MAJOR version increase

Changes:

This PR makes the following changes:

Checklist:

Before submitting this PR, I have verified that my code:

  • Resides on a fix/ or feature/ branch that was initially branched off from development.
  • Passes code linting (yarn lint) and unit testing (yarn test).
  • Successfully builds a distribution package (yarn package).
  • I have read and am aware of the CONTRIBUTING guide for this project.
  • My name is listed in the Contributors section, or this PR includes a request to add my name.

@nelsonni nelsonni added bug Bug reports or bug fixes feature Feature requests or improvements dependencies Issues or updates to dependency files labels Sep 19, 2021
@nelsonni nelsonni added this to the v1.0.0 milestone Sep 19, 2021
@nelsonni nelsonni merged commit 36a84c6 into development Sep 19, 2021
@nelsonni nelsonni deleted the feature/base branch September 19, 2021 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports or bug fixes dependencies Issues or updates to dependency files feature Feature requests or improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant