The front end Read the source code of immer.js closely December 8, 2023 by Jessica Johnson No Comments This week's storehouse of intensive reading is immer. Immer is one of the most recent projects to take off, developed by Mobx author Mweststrate. For... Read More
The front end Immer.js usage documentation and practices in the Redux project December 8, 2023 by 高靜宜 No Comments Immer is an IMmutable library written by the author of Mobx. The core implementation is to use ES6 proxy to implement JS immutable data structure... Read More