docs: update README to include useEffect organization and client URL pathname changes in Header component
This commit is contained in:
parent
7046b215c4
commit
4e90af97e7
@ -37,3 +37,7 @@ const popupController = usePopupController()
|
|||||||
onClick={() => popupController.setMemberInformationPopup(false)}
|
onClick={() => popupController.setMemberInformationPopup(false)}
|
||||||
onClick={() => popupController.setZipCodePopup(false)}
|
onClick={() => popupController.setZipCodePopup(false)}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# useEffect 정리
|
||||||
|
|
||||||
|
- client url pathname 변경시 -> @/components/ui/Header.tsx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user