Use mobx in react to take over all the state
Original link: https://blog.rxliuli.com/p/1fcd1517c14c4e68b764d7e6df071805/ foreword In react hooks, useEffect is the most commonly used hooks function, but its api experience of manually managing dependency status has been criticized for a long time. There are countless articles on how to use useEffect correctly in the community, but it still can’t stop more newcomers. The fact of using […]
Use mobx in react to take over all the state Read More »