klis87 / redux-requests

Declarative AJAX requests and automatic network state management for single-page applications
https://redux-requests.klisiczynski.com/
MIT License
367 stars 51 forks source link

Rename the defaultMemoize method name #556

Open nvdnvd00 opened 4 months ago

nvdnvd00 commented 4 months ago

Following the release 5.0.0 of reselect The defaultMemoize method will be renamed to lruMemoize

klis87 commented 4 months ago

Thanks for the report. Would you like to create a PR for this? If not, I could, but probably not in this week, but the next one.

klis87 commented 4 months ago

I guess that in this PR we should also upgrade redux

nvdnvd00 commented 4 months ago

Thanks for the report. Would you like to create a PR for this? If not, I could, but probably not in this week, but the next one.

Thanks for the quick reply! I'm trying to make a pull request, but I'm really busy at this time and I'm not familiar with the package structure, so it's taking a lot of time.

I also think we can upgrade React-Redux