What should I use for my React component library i...
# random
l
What should I use for my React component library if I'm aiming for like, Prisma/Apollo/Redux chat app like thing?
t
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
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)
h
don't use redux if you don't need it
👀