Sailor's Dev Notes
All about software development & study plans
2019年3月31日 星期日
VS Code Environment
Extensions:
Insert semicolon
: In shortcut, set insert "ctrl + ;", set insert with new line "shift + ctrl + ;"
Auto Close Tag
Preference:
Format on save
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
Git: How to clone only part of the repo (specific directory)
https://stackoverflow.com/a/60729017/5721873
Git: How to clone only part of the repo (specific directory)
https://stackoverflow.com/a/60729017/5721873
React: Switch
Usage: To route for only one component in the Switch tag. import { Router, Route, Switch } from 'react-router-dom' ; ... ...
React: Refs
Gives access to a single DOM element Create refs in the constructor, assign them to instance variables, then pass to a particular JSX ele...
沒有留言:
張貼留言