일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- 안드로이드
- 상속
- 스프링
- Android
- 왕초보
- 게시판
- kotlin
- java#왕초보
- 미니게임
- java
- 함수
- 쿠키
- Spinner
- 버전일치
- SQL
- degit
- 답글
- 스타일보험
- parcel
- 시큐어코딩
- 숫자
- sub query
- webpack
- git
- 오버라이드
- snowpack
- FIle
- React
- Spring
- 코틀린
- Today
- Total
목록Coding/React (6)
YSHUSH
1. yarn create react-app 프로젝트 이름 2. yarn add -D eslint-config-react-app 3. 루트 경로에 .yarnrc.yml 생성 후 packageExtensions: react-scripts@*: peerDependencies: eslint-config-react-app: "*" 4. yarn cache clean 5. yarn install
1) Redux https://react-redux.js.org/ 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 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 Compari..
모킹(Moking)이란? Mock(모의 데이터)을 만들어서 활용하는 방식이다. 통상적으로 data fetch를 해야하는 경우, 통신을 통해 응답을 내려주는 서버가 있어야 한다. msw https://mswjs.io/ Mock Service Worker Seamless API mocking library for browser and Node. mswjs.io npm install msw --save-dev npx msw init public/ --save
1) Onsen https://onsen.io/ Onsen UI 2: Beautiful HTML5 Hybrid Mobile App Framework and Tools Native look and feel with lots of ready-to-use components and automatic styling A rich variety of UI components specially designed for mobile apps. Onsen UI provides tabs, side menu, stack navigation and tons of other components such as lists and forms. Th onsen.io npm install onsenui react-onsenui --sav..
1) styled-components https://styled-components.com/ styled-components Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅🏾 styled-components.com npm i styled-components 2) emotion https://emotion.sh/docs/introduction Emotion – Introduction (Edit code to see changes) emotion.sh npm i @emotion/styled @emotion/react jsx에서의 임포트문 /** @jsxImpor..
Luxon / Day.js / date-fns / js-Joda 등이 있다. https://npmtrends.com/date-fns-vs-dayjs-vs-luxon-vs-moment date-fns vs dayjs vs luxon vs moment | npm trends Comparing trends for date-fns 2.29.2 which has 14,271,390 weekly downloads and unknown number of GitHub stars vs. dayjs 1.11.5 which has 11,039,539 weekly downloads and unknown number of GitHub stars vs. luxon 3.0.3 which has 3,911,208 weekly dow..