rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.91k stars 863 forks source link

Development with Typescript #1329

Closed smellman closed 2 years ago

smellman commented 2 years ago

hi @rt2zz This PR supports for #1325 . I rewrite all js file to Typescript because flow is difficult to understand and Typescript may easy to maintenance the library than Javascript. This PR contains:

I didn't test with some projects so it is draft PR now. I tested with AsyncStorage

ckalika commented 2 years ago

@smellman I'm looking over your code now and have some questions and/or suggestions. Do you have a preferred way to collaborate in this regard?

smellman commented 2 years ago

@chalika Please review the code. You can write comment each lines.

smellman commented 2 years ago

@ckalika Thanks!