Closed wschella closed 6 years ago
Nice!
The only remark I have is that components are now split up according to the page they are used in. I don't think this is really the model we want, as it kind of discourages component reuse.
Agreed, but I didn't immediately see an alternative that did provide that reuse, mostly because the components now are split up by page cause that's how they're used. But 'bots', 'matches', etc, IMO provide enough generality regarding the name and semantics that reusable components could be place in there as well.
Yes, you are right about that. An alternative might be to put containers where they are used - with the router. Something to keep in mind is that later on, we want to re-use most of these components in the website. Anyhow, this gets my seal of approval for now!
This pull request is pretty clearly described by the commit messages.