TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you organize your components?

4 pointsby adrianvoicaover 4 years ago
What are some sane and future-proof models of organizing (web) components (both UI & non-UI) that you use/used successfully? Some links would be greatly appreciated.

2 comments

thedevindevopsover 4 years ago
<a href="https:&#x2F;&#x2F;storybook.js.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;storybook.js.org&#x2F;</a> seems to be really popular
评论 #25653630 未加载
aristofunover 4 years ago
Mvc patter usually works okay for small to medium size web apps interacting with users.<p>Best example of course is ruby on Rails