티스토리 뷰
Mobx Redux 비교 예제
http://woowabros.github.io/experience/2019/01/02/kimcj-react-mobx.html
https://afrobambacar.github.io/2018/11/redux-or-mobx.html
https://brunch.co.kr/@hee072794/108
https://www.slideshare.net/hyunseoblee7/mobx-mst-state-management-109460634
https://velog.io/@velopert/redux-or-mobx
Redux, Flux 개념
https://taegon.kim/archives/5288
https://engineering.huiseoul.com/react-redux-intro-bbff95b14cdf
MobX 설치
https://byseop.netlify.com/create-react-app-mobx/
Mobx 예제
https://stackblitz.com/edit/mobx-example?file=components%2FTodoApp.js
https://codesandbox.io/s/jzj48v2xry?module=%2Fsrc%2FObservePerson.tsx
https://www.spectory.com/blog/MobX%20with%20React%20Introduction
https://github.com/kjk7034/create-react-app-typescript-mobx
https://byseop.netlify.com/mobx-tutorial01/
MobX 설치
1. create-react-app myApp
2. npm install eject --save
3. npm run eject
4. npm install babel-plugin-transform-decorators-legacy --save
5. packge.json 수정
"babel": {
"plugins": [
"transform-decorators-legacy"
],
"presets": [
"react-app"
]
}
babel 7버전 이상이면
"babel": {
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }]
],
"presets": [
"react-app"
]
}
https://www.npmjs.com/package/babel-plugin-transform-decorators-legacy
6. npm install mobx mobx-react --save
'React & Vue' 카테고리의 다른 글
Json array 두 배열 비교 후 합치기 (0) | 2019.04.12 |
---|---|
React setState 시 array object 데이터 변경 방법 (0) | 2019.04.11 |
리액트 드래그드랍 예제 (0) | 2019.03.14 |
Mobx 예제 (0) | 2019.03.11 |
React Component 종류 (0) | 2019.02.12 |
- Total
- Today
- Yesterday
- 남자 혼자 국내 여행
- 국제반점
- 군산 여행
- 송내 카페
- 스쿠터 전국 일주
- 스쿠터 여행
- 인터바이크
- 담양 여행
- 초원사진관
- 송내 룸카페
- 남자 혼자 여행
- 군산 가볼만한곳
- 전국 일주 여행
- 고흥 여행
- 송내역 카페
- 리니지m
- 오라클 DB 링크
- 윈드스크린
- 군산 게스트하우스
- 돌장갑
- Docker
- kendo grid
- 은파호수공원
- 보성 여행
- 베스파LX
- 영광 여행
- 송내역 룸카페
- 나래바이크
- vscode
- 제주도 스쿠터 여행
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |