# react-loosely-lazy

> Suspense enable and SSR compatible async components with priorities

Latest version **1.2.3** (published 2026-04-02) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install react-loosely-lazy
pnpm add react-loosely-lazy
yarn add react-loosely-lazy
bun add react-loosely-lazy
```

## Health

**Score 55/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.2.3 |
| Published | 2026-04-02 |
| First published | 2020-03-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 322.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 124 |
| Author | Alberto Gasparin |
| Maintainers | rohandeshpande, agasparin, jackbrownatlassian, atlassianartifactteam, at-nathan |
| Keywords | react, context, lazy, lazy loading |

## Links

- npm: https://www.npmjs.com/package/react-loosely-lazy
- Repository: https://git@github.com/atlassian-labs/react-loosely-lazy
- Homepage: https://github.com/atlassian-labs/react-loosely-lazy
- Issues: https://github.com/atlassian-labs/react-loosely-lazy/issues
- npm.io page: https://npm.io/package/react-loosely-lazy

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.2.3 (latest) — 2026-04-02
- 1.2.1 — 2024-08-23
- 1.2.0 — 2023-10-20
- 1.1.0 — 2023-05-10
- 1.0.0 — 2021-09-16
- 0.7.0 — 2021-06-02
- 0.6.0 — 2021-05-10
- 0.5.0 — 2021-04-19
- 0.4.4 — 2021-02-24
- 0.4.3 — 2021-02-04
- 0.4.2 — 2021-02-01
- 0.4.1 — 2021-01-04
- 0.4.0 — 2021-01-04
- 0.3.1 — 2020-08-19
- 0.3.0 — 2020-06-29
- … 12 more at https://npm.io/package/react-loosely-lazy/versions

## README

<p align="center">
  <img src="https://user-images.githubusercontent.com/84136/83958564-9f660900-a8b6-11ea-97d8-c93fecebfeed.png" alt="react-loosely-lazy logo" height="150" />
</p>
<h1 align="center">react-loosely-lazy</h1>
<p align="center">
  <a href="https://www.npmjs.com/package/react-loosely-lazy"><img src="https://img.shields.io/npm/v/react-loosely-lazy.svg"></a>
  <a href="https://bundlephobia.com/result?p=react-loosely-lazy"><img src="https://img.shields.io/bundlephobia/minzip/react-loosely-lazy.svg" /></a>
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"></a>
  <a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
</p>

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)

---
_Source: https://npm.io/package/react-loosely-lazy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
