Currently I make good use of:<p>* React Bootstrap (https://react-bootstrap.github.io/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://gcanti.github.io/tcomb-form/) - 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/components/tools etc. that make developing a React project easier?
I use React-Router, a couple of "Reactified" 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.