Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

469
Views
Is it possible to use React Material UI, redux and react-form-hook together?

I am exploring several online tutorials to learn how these technologies can be used together to build React TypeScript app.

I have two specific questions:

  1. Is it possible to use these three technologies together? I came across this video which explains react-hook-form with redux but not Material-UI. index.js wraps everything (that is, App component which contains router routes to Step1.js, Step2.js etc.) with react-redux Provider. So, to introduce material-UI, all I have to do is to wrap Material UI components inside react-hook-form Controller in files say Step1.js?

  2. This video says that react-hook-form FormProvider requires useFormContext which is based on react context API. Does this mean that we cannot use redux with FormProvider?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Yes. Material UI is simply for the view layer of your components. Redux is a global state management tool, and react-form-hook is for forms. I don't see why you wouldn't be able to use them together.

Even though the FormProvider uses Context API, you can still have your project's global state in a Redux store. If you do want to use Context API, it's practically the same as Redux, so it's up to you.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!