justinpark commented on PR #23257: URL: https://github.com/apache/superset/pull/23257#issuecomment-1474278271
@michael-s-molina glad to hear that there's moving forward to redux-toolkit and plan to introduce the Redux RTK. Since both (RTK Query and react-query) are similar technology and the core approach which uses a dedicated hook to get the api state without the existing complex redux state path, it won't be hard to migrate from react-query hook to RTK hooks. The main issue is the timing. When will be RTK will be integrated? If RTK integration is under discussion and need some months to have, this can be a major blocker of our plan. As I said the migration from redux-query to RTK query is not a big problem (and we can re-use current api hooks without updating specs), I'm going with react-query now (as a part of legacy redux digest work. and this requires same work for RTK query integration). I will also drive the RTK query migration once RTK is landed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
