We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gallery section과 activity section 등 많은 이미지를 일일이 불러오려면 이미지 개수만큼 import문을 작성해야 합니다.
useImages({ pattern: string }) 라는 훅을 통해 특정 경로의 에셋을 동적으로 임포트하는 기능을 만들고자 합니다. 구현체는 여기를 참조해주세요.
useImages({ pattern: string })
The text was updated successfully, but these errors were encountered:
cla6shade
No branches or pull requests
문제/이슈
gallery section과 activity section 등 많은 이미지를 일일이 불러오려면 이미지 개수만큼 import문을 작성해야 합니다.
해결책 제시
useImages({ pattern: string })
라는 훅을 통해 특정 경로의 에셋을 동적으로 임포트하는 기능을 만들고자 합니다. 구현체는 여기를 참조해주세요.The text was updated successfully, but these errors were encountered: