react-gears
react-gears copied to clipboard
feat: add HasManyFields2
This change adds HasManyfields2, a successor to HasManyFields that is more composable and easier to integrate with state management libraries like mobx and easier to adopt to server-side rendering and dynamic hydration (compared to HasManyfields).
Released prerelease version 7.9.1-has-many-pains-with-tooltips-9d2cc4c.0.
You may now run npm install @appfolio/react-gears@has-many-pains-with-tooltips
Might this be more appropriate over in react-libs (the 'components' project within that monorepo).
Might this be more appropriate over in
react-libs(the 'components' project within that monorepo).
You tell me :) what's the plan for adoption of react-libs? Can somebody use it right now it APM? People have been asking for HasManyFields2 in APM a few times and it took us pretty long to get this ready, so it would be great if people could start using it. Having it in both might also be an option?
Can somebody use it right now it APM?
For sure! I have yet to do it, but I'm in the middle of the first migration of react-gears List to react-components List.
The library should be all ready to go, though.
One benefit (if you choose to exercise it) is that you can keep the name as HasManyFields since it's in a completely new library.
I can definitely help with the move from react-gears to react-components