Skip to content

DevCHanoi/ReactJSMasterClass2018

Repository files navigation

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/