UNPKG

generator-genreact

Version:

A batteries-included isomorphic react application generator.

6 lines (5 loc) 236 B
import { createAction } from 'redux-actions'; <% actions.forEach(function(action) { %> export const <%= toConst(action) %> = '<%= toConst(action) %>'; export const <%= toFunc(action) %> = createAction(<%= toConst(action) %>); <% }); %>