# React勉強会_vol.2 ###### tags:`勉強会中のメモ` ## 前回まででなにかしら共有タイム(もしあれば) ### おばた * `extension.js`は各ワークスペースに`./code`つくって、そこにいれる * 拡張機能自体のインスコは各自でやる * [この記事](https://qiita.com/Glavis/items/c3dac07e4bcf5c50db0a)のようにファイルだけgit共有するのがよさそう ## 今日やったこと ### Create React App * 実行コマンド ```bash $ npx create-react-app hello-world --template=typescript ``` * コメントアウトが独特? ```jsx= {/* こんちは */} ``` * HTMLのコメントアウトするとコンパイルエラーおこすみたい ``` Failed to compile ./src/App.tsx SyntaxError: /Users/junpei.obata/dev/study/react-study/hello-world/src/App.tsx: Unexpected token (12:11) 10 | <p> 11 | Edit <code>src/App.tsx</code> and save to reload. > 12 | <!--こんちは --!> | ^ 13 | </p> 14 | <a 15 | className="App-link" ``` * 本のコードリポジトリ `git clone https://github.com/oukayuka/Riakuto-StartingReact-ja3.1.git` ### JavaScript基礎 だいぶこってりしてた。。要復習
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up