Hacker News new | past | comments | ask | show | jobs | submit login

The past few days I have really been getting into the 3REE stack: React, Redux and RethinkDB and have been learning so much. Here's a blog[1] outlining it and a github example of it [2]. It has been great so far, what are some UI libraries that I should take a look at, so far this looks like the best option[3]

[1] http://blog.workshape.io/the-3ree-stack-react-redux-rethinkd...

[2] https://github.com/GordyD/3ree

[3] http://www.material-ui.com/#/




In my own app, I'm using Semantic-UI as the styling baseline, especially for inputs. There's a number of React wrappers around Semantic-UI, such as https://github.com/hallister/semantic-react and https://github.com/TechnologyAdvice/stardust, but most of them create React wrappers around Semantic's jQuery-based widgets. I'm trying to avoid use of jQuery entirely, so I opted for https://github.com/shinzui/react-semantic-ui-kit instead. Not as complete as the other libs, but a great focus on just wrapping the CSS/className aspects of Semantic-UI.

Beyond that, https://github.com/jquense/react-widgets is a great set of more specialized input widgets (dropdowns, datetime picker, numeric spinner, etc), and https://github.com/rofrischmann/react-layout-components is a good React wrapper around Flexbox usage.


I've been having fun using your stack along with RethinkDB's Horizon.io. Great way to get basic apps going!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: