0.4.3 • Published 6 years ago

redux-blueprint v0.4.3

Weekly downloads
1,418
License
MIT
Repository
github
Last release
6 years ago

redux-blueprint

Redux abstractions for actions.

NPM

npm i -S redux-blueprint

Definitions

Action Blueprint: A function that accepts an action type creator and returns an action creator.

Action Type Creator: A function that accepts an action name and returns an action type.

Usage

Reason

When writing a redux library, it is not always a great idea to hardcode every action type as a constant. This would lead to libraries only supporting singleton implementations. If one redux library uses another one, and the action types are not namespaced, the reducers will collide and it will all blow up.

This library allows blueprints to be generated that can be later resolved to redux-actions action creators at app run time.

The name for redux-actions createAction function should technically be createActionCreator. The technical name for createBlueprint would have been createActionCreatorCreator.

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.23

8 years ago

0.2.22

8 years ago

0.2.21

8 years ago

0.2.20

8 years ago

0.2.19

8 years ago

0.2.18

8 years ago

0.2.17

8 years ago

0.2.16

8 years ago

0.2.15

8 years ago

0.2.14

8 years ago

0.2.13

8 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.1.0

8 years ago