next
branch. Make sure to follow the template.yarn test --watch
during development. See Testing.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.