일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Spring
- tomcat
- vaadin
- JavaScript
- mybatis
- SQL
- NPM
- xPlatform
- 보조정렬
- Java
- Python
- mapreduce
- table
- Android
- Kotlin
- R
- Express
- MSSQL
- plugin
- SSL
- window
- IntelliJ
- hadoop
- Sqoop
- react
- es6
- SPC
- Eclipse
- GIT
- 공정능력
- Today
- Total
목록Component (2)
DBILITY
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 외부에 css,scss를 만들고 id,class로 참조하지 않고, 콤포넌트 내부에서 콤포넌트를 이름을 사용하는 것처럼 지정하는 것이다. 말이 복잡하다. 내부에 있기 때문에 전역적으로 중첩(꼬이는ㅋㅋ)되지 않게 사용할 수 있다. 이게 전부인가? 일단 설치한다. npm install styled-components 콤포넌트내에서 사용할 style을 대충 만들어 본다. import styl..
https://github.com/ankeetmaini/react-infinite-scroll-component#readme GitHub - ankeetmaini/react-infinite-scroll-component: An awesome Infinite Scroll component in react. An awesome Infinite Scroll component in react. Contribute to ankeetmaini/react-infinite-scroll-component development by creating an account on GitHub. github.com 특별히 복잡한 것은 없다. 스크롤시 반복데이터가 추가되는 대상 Element를 감싸고 설정하면 끝. 세상 참 좋아졌다..