Open micschk opened 2 years ago
Yeah, this package was abandoned shortly after SS4 was released. Gotta love frontend dev.
The reasoning behind keeping form state out of your app state is pretty sound. React hook form is really the best thing out there now, but we're several major refactors away from being able to extract all that logic out of redux.
(probably already on the radar but leaving here just in case it was not)
On trying to update some modules to work with react rendered forms I noticed the below info on the Redux Form repo
Just in case Silverstripe is using davidkpiano/react-redux-form instead(?), that shows a similar notice:
Adding this issue here, closing previously opened issue on silverstripe/silverstripe-framework.