Open
Conversation
✅ Deploy Preview for myungmoon-luv ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
❌ Deploy Preview for myungmoon-admin failed.
|
NiNinanana
reviewed
Sep 23, 2024
| : ""; | ||
|
|
||
| // 2. 비디오 파일 업로드 처리 | ||
| const contentVideo = videoFile |
Contributor
There was a problem hiding this comment.
이런식으로 다 삼항연산자로 변수에 넣는 것보다 함수로 만들어서 거기서 반환시키는게 가독성이 더 좋을 것 같아요
| <p>이름</p> | ||
| <input {...register("name")} className="rounded-md border border-gray-200 px-2 py-1" /> | ||
| <p className="text-sm md:text-base">이름</p> | ||
| <input |
Contributor
There was a problem hiding this comment.
input 들이 비슷한데 컴포넌트로 분리는 어떤가요
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
수정
참고
Cloudflare Direct Creator Uploads: https://developers.cloudflare.com/stream/uploading-videos/direct-creator-uploads/
Cloudflare Upload Video API: https://developers.cloudflare.com/api/operations/stream-videos-upload-videos-via-direct-upload-ur-ls
Cloudflare VideoPlayer: https://developers.cloudflare.com/stream/viewing-videos/using-the-stream-player/
[깃헙] Cloudflare Stream Upload Demo: https://github.com/Schachte/Cloudflare-Stream-Video-Upload