> For the complete documentation index, see [llms.txt](https://shhn0509.gitbook.io/hanna/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shhn0509.gitbook.io/hanna/hanna-log/march/25.md).

# 25일

## 3/25

문법 실수&#x20;

* oneOf()를 사용할 때, oneOf\[]로 사용하는 문법 실수하지 않게 조심&#x20;
* 컴포넌트를 만들 때, 네이밍 규칙 꼭 따르기 첫글자 대문자. 가끔 이것 때문에 스타일 적용이 안 돼서 잠시 헤맸다. &#x20;

&#x20;프로젝트&#x20;

* 컴포넌트 상태 끌어올리기를 사용하자. \
  계속해서 컴포넌트 하나에서 모든 기능을 추가하려는 모습이 보인다. 그렇게 되면 작업 속도도 느려지고 결국 나중엔 그 기능을 다시 작업을 해야 하는 일이 발생한다.&#x20;
* 느리더라도 설계를 하자. 물론 지금도 설계를 하면서 작업을 하고 있지만, props, markup 설계를 하자.&#x20;

##


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shhn0509.gitbook.io/hanna/hanna-log/march/25.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
