We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現在の研修内容は、下記のようにボリュームが偏っています。
実習は良い区切りがつかなくとも仕方ない(代わりに、適宜ミニ講義を挟む)のですが、Reactが大きくなりすぎなので、このように構成しなおすのはどうでしょうか。
The text was updated successfully, but these errors were encountered:
@aTomohiroIto
第1章 (1.0日) HTML/DOM/CSS HTML/CSS ReactDOM (旧1章)TSXを学ぶ (旧2章)要素のレンダー (旧4章)イベント処理 CSS modules (旧15章)CSS Layout 第2章 (1.0日) TypeScript 基礎研修 Deep Dive
JS/TSを全く触れてこなかった人に対して、TSXを学ぶで突然式、文字列リテラルやreturn isDisplay && <Greeting {...rest} />;を出して、混乱させないか不安に思います。
式
文字列リテラル
return isDisplay && <Greeting {...rest} />;
Sorry, something went wrong.
No branches or pull requests
現在の研修内容は、下記のようにボリュームが偏っています。
実習は良い区切りがつかなくとも仕方ない(代わりに、適宜ミニ講義を挟む)のですが、Reactが大きくなりすぎなので、このように構成しなおすのはどうでしょうか。
章立て案
参考 : 現状こうなっています
The text was updated successfully, but these errors were encountered: