Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Header와 Footer 효율적으로 작성하기 #11

Open
Dobbymin opened this issue Nov 24, 2023 · 0 comments
Open

Header와 Footer 효율적으로 작성하기 #11

Dobbymin opened this issue Nov 24, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@Dobbymin
Copy link
Contributor

const Footer = (text) => {
    return (
        <>
            <div className="Footer-container">{text}</div>
        </>
    );
};

위 코드처럼 parameter를 전달받아서 컴포넌트에 페이지 이름을 작성하는게 아니라,
작성해 놓은 Header와 Footer를 이용해서 페이지 이름을 효율적으로 작성하는 방법에 대해 알고싶다.

@Dobbymin Dobbymin added the help wanted Extra attention is needed label Nov 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant