Hacker News new | ask | show | jobs
by baq 696 days ago
Still sounds like a component?
1 comments

You're arguing for more abstraction. The article is arguing for less. You're going in the opposite direction.
No, not really. I'm arguing for putting a list of static html tags in a component instead of generating html from a static data structure.

If that component is not going to be reused anywhere or tested in isolation, absolutely inline it.