5.1.13 • Published 10 months ago

@nteract/reducers v5.1.13

Weekly downloads
4,097
License
BSD-3-Clause
Repository
-
Last release
10 months ago

@nteract/reducers

This package contains a set of Redux reducers for use in nteract applications.

Installation

$ yarn add @nteract/reducers
$ npm install --save @nteract/reducers

Usage

The example below shows how we can use the functions within this package and those within @nteract/actions and @nteract/types to set the isSaving property on a notebook state.

import * as reducers from "@nteract/reducers";
import * as actions from "@nteract/actions";
import * as state from "@nteract/types";

export default () => {
  const originalState = state.makeAppRecord({
    isSaving: true
  });
  reducers.app(originalState, actions.saveFulfilled({}));
};

Documentation

We're working on adding more documentation for this component. Stay tuned by watching this repository!

Support

If you experience an issue while using this package or have a feature request, please file an issue on the issue board and add the pkg:reducers label.

License

BSD-3-Clause

5.1.13

10 months ago

5.1.12

2 years ago

5.1.11

2 years ago

5.1.10

3 years ago

5.1.9

3 years ago

5.1.8

3 years ago

5.1.7

3 years ago

5.1.6

3 years ago

5.1.5-alpha.0

3 years ago

5.1.6-alpha.0

3 years ago

5.1.4

3 years ago

5.1.3

3 years ago

5.1.2

4 years ago

5.1.1

4 years ago

5.1.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.0

4 years ago

3.2.1

4 years ago

3.2.1-alpha.0

4 years ago

3.2.0-alpha.0

4 years ago

3.1.4

4 years ago

3.1.4-alpha.0

4 years ago

3.1.3-alpha.0

4 years ago

3.1.2-alpha.0

4 years ago

3.1.1-alpha.0

4 years ago

3.1.0

4 years ago

3.1.0-alpha.0

4 years ago

3.0.2-alpha.0

4 years ago

3.0.1-alpha.0

4 years ago

3.0.0

4 years ago

3.0.0-alpha.0

4 years ago

2.10.2-alpha.0

4 years ago

2.10.1-alpha.0

4 years ago

2.10.0

4 years ago

2.10.0-alpha.0

4 years ago

2.9.0-alpha.0

4 years ago

2.8.0

4 years ago

2.7.5

4 years ago

2.7.4

5 years ago

2.7.3

5 years ago

2.7.2

5 years ago

2.7.1

5 years ago

2.7.0

5 years ago

2.6.5

5 years ago

2.6.4

5 years ago

2.6.3

5 years ago

2.6.2

5 years ago

2.6.1

5 years ago

2.6.0

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.4-alpha.0

5 years ago

1.0.0

5 years ago