Replies: 2 comments 2 replies
-
"대량의 실시간 주가 데이터를 웹소켓을 통해 수신할 때 발생하는 성능 이슈를 해결하기 위한 최적화 전략" |
Beta Was this translation helpful? Give feedback.
1 reply
-
실시간 주식 데이터 반영 지연 문제 해결 및 UI 개선 방안: 프론트엔드 성능 모니터링을 통한 실시간 데이터 처리 최적화 전략 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heartfolio는 tailwind css를 사용하였습니다. 이에 대한 성능을 비교해보겠습니다.
css란?
Cascading Style Sheets로 HTML 문서의 스타일과 레이아웃을 정의하는 스타일시트 언어이다.
<css 적용 방법>
External -> Internal -> Inline 순으로 적용 (먼저 적용되면 덮어씌워질 가능성이 높다)
1. External Stylesheets
2. Inline Styles
3. Internal Stylesheets
4. CSS-in-JS (Styled Components)
5. CSS Modules
6. Preprocessors (Sass)
.
<css 프레임워크>
1. Bootstrap
2. Bulma
3. Foundation
4. Milligram
5. Tailwind CSS
Beta Was this translation helpful? Give feedback.
All reactions