HackerTrans
TopNewTrendsCommentsPastAskShowJobs

peller

no profile record

comments

peller
·9년 전·discuss
But React isn't a framework. It's only a view library. So by definition, it shouldn't care less about Ajax. Similarly, Redux is only a state-management container. It also shouldn't care about Ajax. What you're probably looking for is redux-saga[0]; it provides the tools to let you easily write all the fancy functionality you're talking about.

[0] https://redux-saga.js.org/