관리 메뉴

취미개발 블로그와 마음수양

React style loader 변경 본문

FrontEnd/React

React style loader 변경

아라한사 2019. 11. 30. 15:46

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

 

4. Four ways to style react components

This is the fourth part of my React tutorials. See the Intro to react.js here

codeburst.io

 

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