I'm a super noob to react, and looking to take advantage of react-virtualized for a hobby project.
What's the quickest way to get started with react-virtualized? I've tried create-react-app and NPM install react-virtualized, but as soon as I start adding new data I run into issues. any advice?
Eventually I'm looking to grab API data and render it into a live grid with data from CoinCap to show live cryptocurrency prices. Any help on this would be greatly appreciated too!