alex-saunders/npm-ui

Split up the Scripts container into its component parts

Open

#17 创建于 2018年1月9日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)JavaScript (2 fork)github user discovery
enhancementgood first issuehelp wanted

仓库指标

Star
 (11 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Bug or Feature?

Feature / Improvement

Current Situation

The Scripts container is getting big as all functionality for the entire view is contained within this container.

Intended Change

We should split up the container and create components for its various parts, to held separate out concerns. The container should simply connect to the redux store and pass properties/functions down to its children, there should be little more functionality than that for the container.

To complete this, the following needs to be done

  • Create components for the container's various parts
  • Pass redux store properties/dispatch methods down to these components
  • Ensure components have the correct functionality

贡献者指南