Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.18 KB

intro.mdx

File metadata and controls

73 lines (52 loc) · 1.18 KB

import { FullScreenCode } from "mdx-deck/layouts"; import { Appear } from "mdx-deck"; export { default as theme } from "./theme"; import Code from 'mdx-code';

ES6, TypeScript + React Training


Agenda


Day 1 - JS & TypeScript


Day 2 - JS & TypeScript

  • How Does TypeScript Work
  • Interfaces
  • Type Inference
  • Promises
  • Async Await
  • API Requests

Day 3 - React Fundamentals

  • Intro to Components
  • JSX
  • Props & Attributes
  • Styling Components
  • Set State
  • Handling Events
  • Inputs & Forms
  • Component State
  • Class Components
  • Lifecycle Methods/Hooks

Day 3 - Intermediate React

  • Intro to React Architecture
  • Composing Components
  • Testing React Components
  • Higher Order Components - probably drop / skim over
  • Render Prop Components
  • Integrating React & Dojo
  • Understanding The Virtual DOM

Day 4 + 5

  • Onsite Support
  • ad-hoc mini workshops
  • Mentorship and guidance

Day One - Lets Go!