https://github.com/icyjoseph/react-zero-to-beginner
React: Zero to Beginner
https://github.com/icyjoseph/react-zero-to-beginner
react react-workshop workshop zero-to-hero
Last synced: 3 months ago
JSON representation
React: Zero to Beginner
- Host: GitHub
- URL: https://github.com/icyjoseph/react-zero-to-beginner
- Owner: icyJoseph
- License: mit
- Created: 2023-03-01T20:12:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T15:51:40.000Z (about 2 years ago)
- Last Synced: 2025-01-21T19:41:32.987Z (4 months ago)
- Topics: react, react-workshop, workshop, zero-to-hero
- Language: TypeScript
- Homepage:
- Size: 308 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# 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
- https://fullstackopen.com/en/
- https://www.theguardian.com/info/2019/dec/08/migrating-the-guardian-website-to-react## APIs
- https://jsonplaceholder.typicode.com/guide/
- https://pokeapi.co/
- https://dog.ceo/api## 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
```