-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
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
Say sth about #303
Open
saySthAbout
wants to merge
29
commits into
blackcoffee-study:saySthAbout
Choose a base branch
from
saySthAbout:saySthAbout
base: saySthAbout
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Say sth about #303
saySthAbout
wants to merge
29
commits into
blackcoffee-study:saySthAbout
from
saySthAbout:saySthAbout
Conversation
This file contains 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
한글을 인식하지 못하는 keypress이벤트 대신 한글도 인식할 수 있는 keydown이벤트로 변경
- 상태는 변하는 데이터, 이 앱에서 변하는 것이 무엇인가 - 로컬 스토리지는 해당 url의 로컬스토리지에 localStroage.setItem("key", "value"); 로 저장하고 localStorage.getItem("key"); 로 출력 가능하다. - 개발자 도구의 Application탭에 로컬스토리지 쪽에 가면 저장된 값 볼 수도 있고, 삭제할 수도 있다.
App() 함수 호출할때 new App();으로 호출해야만 호출된 코드 안에서 this사용이 가능하다.
카테고리별 메뉴 수정, 삭제 그리고 리팩터링
MenuApi 객체 분리 - 메뉴 데이터 초기화하기
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.
No description provided.