Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atlassian-labs/react-loosely-lazy

Use advanced React async components patterns today
https://github.com/atlassian-labs/react-loosely-lazy

async-await dynamic orchestration reactjs

Last synced: about 7 hours ago
JSON representation

Use advanced React async components patterns today

Awesome Lists containing this project

README

        


react-loosely-lazy logo


react-loosely-lazy







A future focused async component loading library for React. Comes packed with loading phases to enable fine-grained performance optimisations.

## Installation
```sh
# npm
npm i react-loosely-lazy

# yarn
yarn add react-loosely-lazy
```

## Documentation
All documentation can be found at: https://atlassian-labs.github.io/react-loosely-lazy

## Playground
See `react-loosely-lazy` in action: run `npm run start` and then go and check: `http://localhost:8080/`

## Contributing
Thank you for considering a contribution to `react-loosely-lazy`! Before doing so, please make sure to read our [contribution guidelines](CONTRIBUTING.md).

## Development
To test your changes you can run the examples (with `npm run start`).
Also, make sure you run `npm run preversion` before creating you PR so you will double check that linting, types and tests are fine.

## License
Copyright (c) 2020 Atlassian and others.
Apache 2.0 licensed, see [LICENSE](LICENSE) file.

[![With ❤️ from Atlassian](https://raw.githubusercontent.com/atlassian-internal/oss-assets/master/banner-cheers-light.png)](https://www.atlassian.com)