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

Replace deprecated react-electron-web-view, react-loader and react-sortable-hoc with modern alternatives #1284

Open
3 tasks done
mcmxcdev opened this issue Jul 25, 2023 · 0 comments
Labels
enhancement ✨ New feature or request

Comments

@mcmxcdev
Copy link
Member

mcmxcdev commented Jul 25, 2023

Preflight Checklist

Problem Description

The following dependencies are deprecated, have not received any updates in years and don't officially support React 18:

  1. https://github.com/MarshallOfSound/react-electron-web-view
  2. https://github.com/clauderic/react-sortable-hoc
  3. This dependency has no GitHub repo, and has not received any updates in years: https://www.npmjs.com/package/react-loader

Proposed Solution

  1. https://github.com/clauderic/react-sortable-hoc -> the project itself recommends to use https://github.com/clauderic/dnd-kit instead
  2. https://github.com/MarshallOfSound/react-electron-web-view -> might not be necessary anymore since electron progressed a lot since then
  3. https://www.npmjs.com/package/react-loader -> might no be necessary at all and could be down as a custom component Update: react-loader was removed in feat: change loader component #1410

Alternatives Considered

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant