function articleLoaded(id, article) { return { type: 'ARTICLE_LOADED', payload: { id, article } } }