Coding/React
리액트 라이브러리 ( 상태관리 )
코딩;
2022. 9. 9. 04:15
1) Redux
React Redux | React Redux
Official React bindings for Redux
react-redux.js.org
npm install @reduxjs/toolkit react-redux
2) MobX
https://ko.mobx.js.org/README.html
MobX에 대하여 · MobX
<img src="https://mobx.js.org/assets/mobx.png" alt="logo" height="120" align="right" />
ko.mobx.js.org
npm install --save mobx
npm install mobx-react --save
https://npmtrends.com/mobx-vs-recoil-vs-redux-vs-zustand
mobx vs recoil vs redux vs zustand | npm trends
Comparing trends for mobx 6.6.2 which has 1,016,532 weekly downloads and 25,645 GitHub stars vs. recoil 0.7.5 which has 357,042 weekly downloads and 17,582 GitHub stars vs. redux 4.2.0 which has 7,956,303 weekly downloads and 58,608 GitHub stars vs. zustan
npmtrends.com