Skip to content

icyJoseph/react-zero-to-beginner

Repository files navigation

React Workshop

A primer on React, JavaScript and TypeScript.

Topics

  • Static HTML
  • Modern JavaScript
  • CSS tooling
  • Frameworks
  • JSX
  • Class Components
  • Hooks
  • Design Patterns
  • Testing
  • TypeScript, why?
  • A superset of JavaScript
  • TypeScript's own parts
  • Type assertion
  • React with TypeScript

Sources

APIs

Yarn

The projects in this workshop use yarn. Please make sure to have it installed.

https://classic.yarnpkg.com/lang/en/docs/install/

With Yarn installed then you can run them with:

yarn dev