Skip to content

pseudoyu/learn-react

Repository files navigation

learn-react

Notes and demo code related to React, especially about Next.js and web3 libraries

Create project

With JavaScript

yarn create react-app my-app

With TypeScript

yarn create react-app my-app --template typescript