react-request icon indicating copy to clipboard operation
react-request copied to clipboard

Request: Example with Redux Resources

Open ilijaNL opened this issue 7 years ago • 2 comments

Hey,

Does anyone has an example how to use this repository with combination with Redux Resources?

Ilija

ilijaNL avatar Oct 07 '18 17:10 ilijaNL

:wave: hi there @Rusfighter ! I know it's been a few months, and I'm sorry about that. Somehow...I completely missed this issue!

Before I reply with more details, do you mean Redux Resource?

jamesplease avatar Mar 12 '19 06:03 jamesplease

I see in the other issue that you do mean Redux Resource. Integrating the two is possible, and I was working on a library to do just that.

You can see the (WIP) library here: React Redux Resource.

You can see it in the example app that I use for developing these kinds of projects here.

Note that it was never completed, and is not yet ready for general consumption.


Right now, many of my efforts are toward a new solution that solve a lot of the problems in Redux Resource and React Request. Don't get me wrong, both of these libs work just fine, and a bunch of internal production apps at Netflix rely on them! But I've learned a lot since I made them, and the React landscape has changed a ton, namely due to Hooks and Suspense. It seemed like a good time to think about what a solution to these same problems would look like today, so that's what I'm working on.

I should have something to show...sometime!

jamesplease avatar Mar 12 '19 06:03 jamesplease