umputun/remark42

Improve frontend components structure

Open

#96 创建于 2018年6月23日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Go (432 fork)user submission
enhancementfrontendhelp wanted

仓库指标

Star
 (5,500 star)
PR 合并指标
 (平均合并 87天 10小时) (30 天内合并 18 个 PR)

描述

Right now we have ten components, and most of them a really huge. There must be a way to simplify most of them by means of splitting into smaller components.

For example, comment component right now implements logic for regular comment, for pinned comment, for comment in last comments widget (!), etc. It contains lots of logic about choosing the right way to render. It definitely must be simplified.

贡献者指南