klarna / electron-redux

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

Address the package size on npm #273

Closed matmalkowski closed 3 years ago

matmalkowski commented 3 years ago

Right now the package published is around 1MB - 0,5MB per each compiled module. The are few reasons why:

Maybe working with home-cooked isFSA function for checking if actions are FSA compliant is the way to go? This will also reduce number of dependencies we would have to maintain.

matmalkowski commented 3 years ago

:tada: This issue has been resolved in version 2.0.0-alpha.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: