<button type="submit">
...아래 두 코드의 차이는?
<button type="submit">Submit</button>
<button>Submit</button>
When the type attribute is missing, the button behaves as a submit button.
🔗 Why it's important to give your HTML button a type 👍
Open Command Palette (CMD + SHFT + P)
Search GitLens: Set Views Layout
Select GitLens Layout
🔗 https://github.com/eamodio/vscode-gitlens/issues/264
🔗 ReactJS Tutorial for Beginners
좋아하는 튜터의 강의로 리액트 기본기를 복습했다. 정확한 언어 선택의 중요성을 아는 사람이 좋다.