Griddle
Griddle - A Grid/Table Component for React
· Reading time: ~3 minute(s) (501 words) programming javascript reactjs griddleWe had a requirement at work to display some tabular data that is retrieved from a web service as a JSON object. As we have recently started using React, it made sense to find a decent component that suited what we needed and after a bit of browsing, we found Griddle.
Unfortunately, their documentation; while it wasn’t bad, it’s not the best I’ve seen so I thought I’d throw something together to show how to get it working quickly and using a publicly available API, so anyone should be able to follow.
(Continue reading)