Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- LastModified
- jsr303
- HTTP
- 워드프레스
- 이렇게살아야되나자괴감이
- 클래스레벨밸리데이션
- 개미수열
- Spring
- 리얼월드HTTP
- 지뢰찾기
- 알고리즘
- jsr380
- i18n
- brotli
- 랜선아미안해
- etag
- 코드스피츠
- 스프링
- 지수반등
- 브로틀리
- cross parameter
- kotliln
- 알게뭐냐
- cache-control
- Kotlin
Archives
- Today
- Total
취미개발 블로그와 마음수양
React style loader 변경 본문
react-script 에 있는 config 디렉터리에 webpack.config.js 파일이 있다. 거기서..
options: {
importLoaders: 1,
modules: true,
localIdentName:'[path][name]__[local]--[hash:base64:5]'
}
로 속성지정을 하면 다음과 같은 내용이 나오게 된다.
참고링크
https://codeburst.io/4-four-ways-to-style-react-components-ac6f323da822
clsssName bind 뭔가 잘 안되는 기분? 랄까 흠 아 classname/bind 를 사용해야하는군.?
https://gist.github.com/heygrady/316bd69633ce816aee1ca24ab63535db
참고서적
리액트를 다루는 기술
'FrontEnd > React' 카테고리의 다른 글
eslint 설정 (0) | 2020.12.13 |
---|---|
nextjs 배포 (0) | 2020.12.13 |
nextjs 와 typescript 같이 사용 (0) | 2020.12.12 |
React LIfe Cycle 메서드 (0) | 2019.11.30 |
React Snippet 자주사용하는 것들 (0) | 2019.11.30 |