paul-phan / react-suspense-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start development:

yarn && yarn start

Update React to the latest version:

# Clone React repository
git clone https://github.com/facebook/react
cd react
yarn
yarn build dom-client,core,react-cache,scheduler --type=NODE

# Copy new React to react-modules folder
cp -a /path/to/react/build/node_modules/* /path/to/react-suspense-demo/react-modules/

About


Languages

Language:JavaScript 99.9%Language:CSS 0.1%Language:HTML 0.0%