What should I use for my React component library if I'm aiming for like, Prisma/Apollo/Redux chat app like thing?
t
tsdexter
04/18/2018, 1:12 PM
I'm using https://react.semantic-ui.com ... docs are good and everything works. Makes putting together a UI relatively quick and is pretty themeable with just CSS
tsdexter
04/18/2018, 1:13 PM
I also used https://reactql.org when I was getting started to get a quick, full-stack environment set up (react, apollo, redux, graphql, SSR, webpack, etc)