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

Move the logic from @redux-devtools/app into @redux-devtools/app-core #1655

Merged
merged 1 commit into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. Move the logic from @redux-devtools/app into @redux-devtools/app-core

    This change splits out the main logic from the Redux Devtools App into a new
    core package but keeps the socket connection management in @redux-devtools/app.
    The aim is to allow for easier reuse of the rest of the app in other envioronments
    with their own transport methods, such as React Native or Electron.
    matt-oakes committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    da2f235 View commit details
    Browse the repository at this point in the history