-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
레이아웃 SSR 이슈 해결 #61
Comments
그리드 라이브러리의 SSR 미지원에 따른 해결방법1. SEO를 속이기CSR이 되기 전에 자체적으로 비슷한 레이아웃을 제작해서 HTML에 띄워보면 어떨까?
2. 네이티브 CSS속성 사용해보기아직 지원되는 브라우저가 거의 없다. 파이어폭스만 특정 브라우저에서만 가능할지도. 3. 스켈레톤을 추가하기위와 비슷한 느낌으로, 핀터레스트처럼 첫번째 줄만 렌더를 해서 HTML로 전달 후 CSR로 나머지 줄을 렌더하는 방법
4. 디자인 수정..
|
해결 방안완벽하게 동적인 masonry Card는 SSR 특성상 불가능 하다고 판단하여서, description과 cover 이미지를 기준으로 여러가지 높이 preset를 정의 하여 |
TODO
|
카드에 태그가 추가가 되어야 하는데 이때에는 어떻게 처리할 예정인가요? |
태그의 경우에는 한줄로만 처리해야 할 것 같습니다! 태그 컴포넌트 머지되면 수정해서 올리겠습니다 |
No description provided.
The text was updated successfully, but these errors were encountered: