umputun/remark42

Improve frontend components structure

Ouverte

#96 ouverte le 23 juin 2018

 (1 commentaire) (0 réaction) (0 personne assignée)Go (432 forks)user submission
enhancementfrontendhelp wanted

Métriques du dépôt

Stars
 (5 500 étoiles)
Métriques de merge PR
 (Merge moyen 87j 10h) (18 PRs mergées en 30 j)

Description

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.

Guide contributeur