A
A
Albert2021-06-10 11:04:14
React
Albert, 2021-06-10 11:04:14

Is it possible within the same project to use useState for forms and Redax for the rest of the project?

Good afternoon!
I'm doing a study project with React/Redux. Now I am making a registration form, and it is more convenient for me to work with the form state through the useState hook, and not Redax.
Is it possible within the same project to use useState for forms and Redax for the rest of the project?
Or is it considered bad practice and is it better to use only Redax?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aetae, 2021-06-10
@AlbertN

Need. Redax is needed for a bold global state. A small local state must remain local. You just need to figure out well that it will remain small and local.)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question