Ask HN: Your favourite React plugins/components?

3 points by someguy1233 ↗ HN
Currently I make good use of:

* 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.

* 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.

Are there any other great React plugins/components/tools etc. that make developing a React project easier?

1 comment

[ 3.1 ms ] story [ 11.7 ms ] thread
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.

That seems to do the job pretty well for me.