[email protected]
or higher as the package manager for this project.next
branch, we only merge to master
when doing a release.yarn test --watch
during development. See Testing.yarn lint
to verify your code style before committing. It's highly recommended to install the Prettier and ESLint plugins for your IDE. Travis CI will fail your build on lint errors. Configure VS Code with the following settings:react
and react-dom
, to check for compatibility with older/newer versions of React. This is what CircleCI and Travis run.examples
folder, you will find sample React applications that use React Async in various ways with various other libraries. Please add a new example when introducing a major new feature. Make sure to add it to now.json
so it is automatically deployed when merged to master
.yarn clean -y && yarn bootstrap
. This will delete node_modules
from all packages/examples and do a clean install.