klarna / electron-redux

Use redux in the main and browser processes in electron
MIT License
743 stars 94 forks source link

fix: reduce bundle size by limiting external dependencies #276

Closed matmalkowski closed 3 years ago

matmalkowski commented 3 years ago

I removed external dependency of flux-standard-action that includes entire loadash with it when imported. Instead, I re-implemented single function we are using and relied on single modules from loadash that are required. Should reduce the size significantly

resolves #273

victorhqc commented 3 years ago

This may be a duplicate of https://github.com/klarna/electron-redux/pull/204

matmalkowski commented 3 years ago

:tada: This PR is included in version 2.0.0-alpha.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: