goatslacker/alt

Util for generating the 3 action pairs.

Open

#285 geöffnet am 2. Juni 2015

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (337 Forks)batch import
help wanted

Repository-Metriken

Stars
 (3.451 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Would like a util that takes in a name and generates the 3 actions that you normally use with data sources/async:

Loading, Success, Failure actions.

API can be whatever, I'm thinking something like:

const actions = nameForThisFunctionHere('foo'); // = ['fooSuccess', 'fooLoading', 'fooFailed']

perhaps 2 functions, one to generate the array which can then be passed into generateActions and another one that actually creates the actions for you?

Contributor Guide