Presently, I have a straightforward non-React application built with HTML, Materialize, and JavaScript that I am considering converting to React while also making the switch from MaterializeCss to MaterialUI. However, I am not looking to make this transition all at once. Here is my proposed plan in three iterations:
- Begin by converting to React while still utilizing Materialize
- Transition some components to MaterialUI
- Complete the conversion by switching all remaining components to MaterialUI
One challenge I foresee is ensuring that iteration 2 can be implemented successfully, as it involves using Materialize and MaterialUI concurrently (with different components utilizing each). I am concerned about potential styling conflicts between Materialize and MaterialUI. Has anyone attempted this before? Any suggestions on how best to approach this situation?