Ask HN: Data Visualization in React

1 points by crsv ↗ HN
Hey hacker friends. Wondering what peoples' experience/thoughts were on available libraries for data visualization (charts, graphs, plots, etc) for front in web / mobile web built with React? Interested in people's experiences and thoughts from folks who've had to visualize data or build interactive visualizations with React on the front end.

2 comments

[ 2.9 ms ] story [ 14.4 ms ] thread
So I have started integrating React charts into our SaaS product. During this process I played around with Chart.Js React and ReCharts. Recharts has been absolutely fantastic! I would highly recommend it. The only downside is the built-in handling for time / date data isn't great. Where Chart.Js will be a better bet for that. During my research I did come across Uber's React charting library too: https://github.com/uber/react-vis, which seemed excellent.