Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atlassian-labs/react-loosely-lazy
- Owner: atlassian-labs
- License: apache-2.0
- Created: 2020-02-24T21:42:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T04:51:23.000Z (3 months ago)
- Last Synced: 2024-11-07T18:12:20.391Z (10 days ago)
- Topics: async-await, dynamic, orchestration, reactjs
- Language: TypeScript
- Homepage: https://atlassian-labs.github.io/react-loosely-lazy
- Size: 1.57 MB
- Stars: 124
- Watchers: 7
- Forks: 12
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: security-assistant.yml
Awesome Lists containing this project
README
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)