m4theushw/ra-order-buttons

`react-admin` `v4`

strarsis opened this issue · 3 comments

react-admin v4 compatibility issues:

  • This component expects the Redux framework, used in react-admin v3, but removed in react-admin v4.
  • The old react version in peerDependencies of this component is incompatible with the newer version react-admin requires.

I don't have bandwidth to add support for new versions of react-admin. It's been a long time since I worked in a project using the framework and I'm not aware of latest changes to incorporate here. If you want to submit a PR feel free to do it.

@m4theushw: Out of curiosity: What framework are you using now for admin UIs?

I don't know other frameworks that do the same thing of react-admin. This plugin was part of a feature I implemented in a project I worked as a freelancer. Since then, I didn't have other react-admin projects, but I would still use it today if needed.