Coder Social home page Coder Social logo

access-company / webfrontend_intro Goto Github PK

View Code? Open in Web Editor NEW
7.0 115.0 13.0 15.35 MB

introduction of Web Frontend!

Home Page: https://access-company.github.io/webfrontend_intro/

TypeScript 44.18% Dockerfile 0.22% JavaScript 46.20% HTML 3.04% CSS 6.12% MDX 0.24%
training webfrontend javascript japanese

webfrontend_intro's Issues

Typescript研修担当振り返りまとめ(2023年)

Typescript研修担当振り返り

研修資料を追加した方が良い。
研修時間は7時間だったが、実際は講義+課題(standard/advanced)で5時間程度で終了した。

修正点候補

資料

  • 配列周りの関数の説明を追加(map, filter, find, reduceなど)
  • 課題の中でコメントアウトで説明している機能について説明を追加
    • const assertion
    • type Flatten = T extends any[] ? T[number] : T
      T[number] の説明
    • etc…
  • 非同期処理について async に寄せた説明に変更
    • 非同期処理の課題を async/await にしてもいいかも
    • Promise.all などの Promise の種類について追記
  • typeとinterfaceの違いについて説明を追加
    • 受講者からしたら質問しやすい部分かつほぼ確定で質問が出るので要検討
  • never
    • Conditional-Types で never を使った説明をしているので折りたたみリストの外に出す
  • リテラル > 文字列
    • シングルクォートの例が無いため追加
  • arrow function の特徴
    • 説明追加または折りたたみリストに変更
  • Mapped-Types
    • 説明追加または課題修正
  • Conditional-Types
    • 先に型変数を説明
    • 部分型の言葉の説明を追加
  • Genericsの説明をMapped-Typesの前に移動

課題

  • エラー状態からエラーをなくす課題へ変更
  • 解けたかどうかをわかりやすくするために、console.logを追加
  • 非同期処理の課題を async/await にできるか検討
  • 「ここにコードを追加」、「ここを修正」のような文言を追加

研修の章立てについて

現在の研修内容は、下記のようにボリュームが偏っています。

  • HTML/CSS(0.5日)
  • Typescript(1.0日)
  • React(2.5日)
  • 実習科目(3.5日)

実習は良い区切りがつかなくとも仕方ない(代わりに、適宜ミニ講義を挟む)のですが、Reactが大きくなりすぎなので、このように構成しなおすのはどうでしょうか。

章立て案

参考 : 現状こうなっています

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.