Skip to content
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

refactor: 사이드바를 optional rendering이 아닌 display: none을 이용한 렌더링으로 바꾸기 #125

Open
wherehows opened this issue Sep 29, 2023 · 0 comments
Labels

Comments

@wherehows
Copy link
Owner

변경해야 하는 이유는,

  1. 크롤러가 traverse하는데 어려움을 겪기 쉬움
  2. display:none인 경우 screen reader의 접근성을 얻을 수 있음

물론 지금 메인 페이지에 작성한 게시글 리스트가 모두 보여져서 크롤러가 traverse 가능하지만, 추후 게시글이 너무 많아지는 경우 무한 스크롤이나 페이지네이션으로의 변경이 필요하므로 이를 위해서라도 필요

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant