Skip to content

akubi0w1/react-lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-chat

overview

ゼミのReactレクチャーで使用したサンプルアプリ。資料はこちら

top

Reactの超入門レクチャーになります。 公式のリファレンスを参考にしつつ、自己流に解説します。なので、知識周りの正当性は怪しいと思ってください。すみません...。 プラス、このレクチャーほど厳密にやらなくても雰囲気でなんとかなる部分もあります。この辺は慣れと勘です。ゆるして。

materブランチに、モックアップ、CSSファイル、create-react-appで初期化した状態のコードが入っています。 章ごとのコードは、各ブランチを参考にしてください。

事前知識として、HTML, CSS, JavaScriptの基本構文、ES6表記が理解できているとよいと思います。 3項演算子や一部、高階関数(map, filter)を使用しています。

how to install

$ git clone {本リポジトリ}
$ cd react-lecture
$ npm ci
$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published