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 : history 페이지 #158

Merged
merged 3 commits into from
Apr 16, 2024
Merged

refactor : history 페이지 #158

merged 3 commits into from
Apr 16, 2024

Conversation

Ubinquitous
Copy link
Member

What

history 페이지를 리팩터링했습니다.

How

  • 시멘틱 태그 적용
  • 중복되는 decodeURI를 변수로 선언해서 사용

@Ubinquitous Ubinquitous self-assigned this Apr 15, 2024
Copy link
Member

@5ewon 5ewon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~~

<h1 className={styles.historyId}>#{history.index}</h1>
<span className={styles.createdAt}>
<time className={styles.createdAt}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰에 달만한 내용은 아니지만, 이런게 있는지 오늘 처음 알았습니다. 신기하네요

Copy link
Member Author

@Ubinquitous Ubinquitous Apr 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰에 달아주셔도 좋습니다!!
저도 이번에 SEO를 향상시키는 방법 중, 시멘틱 태그에 관심이 생겨서 여러가지 태그들을 찾아보았는데,
저희가 흔히 알고 있는 section, article 뿐만 아니라 figure, figcaption, time 등등
여러가지 시멘틱 태그가 있다는 것을 알게 되었습니다!

앞으로도 SEO 향상을 위해서 어떤 부분에서는 실수로 시멘틱 태그를 의도와 맞지 않게 사용하는 한이 있더라도
전체적인 부면을 보면서 시멘틱 태그를 사용하는 습관을 들여야겠다고 생각했습니다!
이번 프로젝트에서는 vanilla extract를 사용 하다보니 태그명이 그대로 눈에 들어와서 시멘틱 태그를 적용하고 나니
확실히 훨씬 각 엘리먼트들이 어떤 정보를 나타내는 지도 더욱 상세히 알 수 있었습니다!!

return generateOpenGraph({
title: `역사#${decodeURI(title)}`,
description: `${decodeURI(title)} 문서의 역사입니다.`,
title: `역사#${decodedTitle}`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어차피 같은 데이터 사용할건데 두번 요청할 필요 없죠. 좋습니다~~

@Ubinquitous Ubinquitous merged commit c5b19af into main Apr 16, 2024
2 checks passed
@Ubinquitous Ubinquitous deleted the refactor/history branch November 15, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants