@loona/react
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Loona

npm version CircleCI

Loona is a state management library built on top of React Apollo. It brings the simplicity of managing remote data with Apollo, to your local state. Instead of maintaining a second store for your local data with tools like Redux or MobX, use Loona to keep data in just one space and make it a single source of truth.

With Loona you get all the benefits of Apollo, like caching, offline persistence and more. On top of that you gain all the other benefits like stream of actions, better sepatation between mutation and store updates.

Loona requires no complex build setup to get up and running and works out of the box with both create-react-app and ReactNative with a single install.

Installation

It is simple to install Loona

yarn add @loona/react

That’s it! You may now use Loona in any of your React environments.

For an amazing developer experience you may also install the Apollo Client Developer tools for Chrome which will give you inspectability into your remote and local data.

Loona lives on top of React Apollo so you have to have it working in your application too!

Documentation

All of the documentation for Loona including usage articles and helpful recipes lives on: https://loonajs.com

Contributing

This project uses Lerna.

Bootstraping:

yarn install

Running tests locally:

yarn test

Formatting code:

yarn format

This project uses TypeScript for static typing. You can get it built into your editor with no configuration by opening this project in Visual Studio Code, an open source IDE which is available for free on all platforms.

Dependents (0)

Package Sidebar

Install

npm i @loona/react

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

139 kB

Total Files

76

Last publish

Collaborators

  • kamilkisiela