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: Your favourite React plugins/components?

3 pointsby someguy1233over 9 years ago
Currently I make good use of:<p>* React Bootstrap (https:&#x2F;&#x2F;react-bootstrap.github.io&#x2F;introduction.html) - allows use of ready-to-go Bootstrap components such as tabs without having to deal with any of the JQuery initialisation normally required, and makes them feel like first-class citizens in React.<p>* tcomb-form (https:&#x2F;&#x2F;gcanti.github.io&#x2F;tcomb-form&#x2F;) - allows you to quickly build forms that can validate themselves with set client side rules, and server responses using a simple object.<p>Are there any other great React plugins&#x2F;components&#x2F;tools etc. that make developing a React project easier?

1 comment

hobonumber1over 9 years ago
I use React-Router, a couple of &quot;Reactified&quot; Semantic UI components (Accordian, Tooltip, Modals, Sticky, etc), and NuclearJS for the Flux implementation. I also use Semantic UI CSS.<p>That seems to do the job pretty well for me.