An open API service indexing awesome lists of open source software.

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

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
```