"I WILL NOT USE THIS TO STORE FORMIK STATE ELSEWHERE IN MY APP."
actually means?
F.e. I would like to use effects to make a realtime search, where you enter a search query and get below a list of results (triggered via redux / redux-observable) - therefore I need to use the onChange event, which is not included in formik as it seems - but in this addon?
Could you explain what
"I WILL NOT USE THIS TO STORE FORMIK STATE ELSEWHERE IN MY APP."
actually means?
F.e. I would like to use effects to make a realtime search, where you enter a search query and get below a list of results (triggered via redux / redux-observable) - therefore I need to use the onChange event, which is not included in formik as it seems - but in this addon?
Is my desired behaviour not recommended? :D