Material UI usage feedback

In recent work, we need to develop the H5 page on the mobile terminal. Instead of using the familiar react + antd mobile, react + taro UI and Vue + uview, we used react + material UI to make a new attempt. And just recently, react router / react router DOM forcibly iterated a large version with hooks mode @6;Purpose: after getting tired of the ...

Posted by madavies on Thu, 02 Dec 2021 14:18:00 -0800

Teach you to write a React state management library

Since the implementation of React Hooks, Redux is out of place as a state management scheme. Dan Abramov mentioned "You might not need Redux" a long time ago. Developers must write a lot of "pattern code". Cumbersome and repetition are not tolerated by developers. In addition to the fact that the concepts such as actions/red ...

Posted by admin101 on Fri, 12 Nov 2021 19:03:17 -0800