Nothing Special   »   [go: up one dir, main page]

0.13.0 • Published 8 months ago

@data-client/redux v0.13.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Reactive Data Client

CircleCI Coverage Status npm downloads bundle size npm version PRs Welcome

Redux integration for Reactive Data Client

🚨 Repository Deprecated and Moved! 🚨

This repository has been deprecated and is no longer actively maintained. Please use @data-client/react/redux from @data-client/react

import {
  ExternalDataProvider,
  prepareStore,
  type Middleware,
} from '@data-client/react/redux';
import { getDefaultManagers, Controller } from '@data-client/react';
import ReactDOM from 'react-dom';

const managers = getDefaultManagers();
// be sure to include your other reducers here
const otherReducers = {};
const extraMiddlewares: Middleware = [];

const { store, selector, controller } = prepareStore(
  initialState,
  managers,
  Controller,
  otherReducers,
  extraMiddlewares,
);

ReactDOM.render(
  <ExternalDataProvider
    store={store}
    selector={selector}
    controller={controller}
  >
    <App />
  </ExternalDataProvider>,
  document.body,
);
0.12.8

8 months ago

0.12.9

8 months ago

0.13.0

8 months ago

0.12.12

8 months ago

0.12.3

9 months ago

0.12.1

9 months ago

0.12.2

9 months ago

0.11.4

10 months ago

0.11.0

10 months ago

0.10.0

1 year ago

0.9.9

1 year ago

0.9.7

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.0

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

2 years ago

1.0.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago