klarna / electron-redux

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

feat: migrate to typescript #259

Closed matmalkowski closed 3 years ago

matmalkowski commented 3 years ago

This is initial Pull Request with the goal of having brand new, simplified API & native TS support. The change contains few main areas:

Target branch of this PR is v2 - follow up PRs would setup the semantic-release to help with the deployment process and the v2 branch would be considered an alpha version.

The code itself from my look at it is still rough on the edges and needs some work, I've even added some TODO: comments in the most obvious places, but overall I believe the goal should to be to polish it on the v2 branch with incremental refactors/fixes/tests.

matmalkowski commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: