A primer on React, JavaScript and TypeScript.
- 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
- https://fullstackopen.com/en/
- https://www.theguardian.com/info/2019/dec/08/migrating-the-guardian-website-to-react
The projects in this workshop use yarn. Please make sure to have it installed.
With Yarn installed then you can run them with:
yarn dev