GitXplorerGitXplorer
i

react-zero-to-beginner

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
8a937eae3e46362a96830cdf495016d62439246d

chore: Add link to working with arrays in React state

iicyJoseph committed 2 years ago
Unverified
4dbdb13a2b3fe8bad5f1cd127f3678e8e372f719

chore: Add installation instructions

iicyJoseph committed 2 years ago
Unverified
9d26eaac27b01fbaf1404dab346d5d5c02d21fa7

chore: Fix typos

iicyJoseph committed 2 years ago
Unverified
94ad394fe58a7ef122bccfa1be175791c76f0813

test: octocat and cats test

iicyJoseph committed 2 years ago
Unverified
3949344f5ef867be034faec743500b98d0847fbc

chore: Add link to CSS lightining talk

iicyJoseph committed 2 years ago
Unverified
2a4506e01da027217c47fcfc18de2f9e7eeee592

chore: resize css in js image

iicyJoseph committed 2 years ago

README

The README file for this repository.

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