Using Redux Toolkit in a Plone Project

I’m currently working on a Plone project and considering integrating Redux Toolkit for state management. I know that Plone already uses Redux under the hood (especially in Volto), but since Redux Toolkit is a more modern and recommended approach by the Redux team, I thought it could be a good fit.

However, I’ve been running into some issues trying to get it working alongside or in place of the existing setup. Has anyone here successfully integrated Redux Toolkit into a Plone/Volto project? If so, I’d really appreciate any tips, examples, or lessons learned.