\(@^0^@)/

[TDL] 08/06 Today's-Done-List 본문

TDL

[TDL] 08/06 Today's-Done-List

minjuuu 2022. 8. 8. 11:27
728x90

- 드림 코딩 REACT 강의

Deployment

https://create-react-app.dev/docs/deployment

 

Deployment | Create React App

npm run build creates a build directory with a production build of your app. Set up your favorite HTTP server so that a visitor to your site is served index.html, and requests to static paths like /static/js/main..js are served with the contents of the /st

create-react-app.dev


CSS 전처리기, PostCSS

장점

 

벤더 프리픽스(Vendor Prefix)란?

벤더 프리픽스는 브라우저마다 따로 놀던 CSS3의 속성을 각각의 브라우저들이 인식할 수 있게 해주기 위해서 만들어졌습니다.CSS 표준안으로 확정되지 않았거나 특정 브라우저에서만 지원되는 CS

velog.io

 

  • CSS modules : CSS를 output 할 경우, 내가 정한 css 이름들을 변경해준다.

https://github.com/css-modules/css-modules

 

GitHub - css-modules/css-modules: Documentation about css-modules

Documentation about css-modules. Contribute to css-modules/css-modules development by creating an account on GitHub.

github.com

https://postcss.org/

 

PostCSS - a tool for transforming CSS with JavaScript

Enforce consistent conventions and avoid errors in your stylesheets with stylelint, a modern CSS linter. It supports the latest CSS syntax, as well as CSS-like syntaxes, such as SCSS.

postcss.org

 


728x90

'TDL' 카테고리의 다른 글

[TDL] 08/09 Today's-Done-List  (0) 2022.08.09
[TDL] 08/08 Today's-Done-List  (0) 2022.08.08
[TDL] 08/05 Today's-Done-List  (0) 2022.08.06
[TDL] 08/04 Today's-Done-List  (0) 2022.08.04
[TDL] 08/03 Today's-Done-List  (0) 2022.08.03