#4089·redux-form

How to extract Redux form from application

Author: velociwabbitCreated Jun 18, 2018Updated Nov 4, 2024
Labelsdiscussion

Redux form should take up the U2 mantra " I can't live with or without you" .

I have had so many challenges that are likely caused by my own ignorance managing redux form within several applications that i have taken the step to attempt to eliminate it from new apps going forward.

The problem is that it is so deeply embedded that I have no idea how to eliminate it and how many of its 'features' are implicit in the redux process.

Has anyone else gone through this removal process?

If so is there a guide as how to do this?

The reason why i am opening this as an issue is that given the nature of this product there should be a how to extract guide as part of the documentation and I am willing to be the first user/tester..

Note this is not to say that Redux Form does not work.. but instead that it is not necessarily the best solution for all redux apps yet it is very hard to extricate.