In this tutorial we will build a Podcast Player App, using React and AG Grid community edition. Learn to code a functioning podcast application with this coding example. The podcast player will fetch a feed URL and parse the XML RSS feed, load the episode data in the grid and use an embedded audio player to play the episode.
Part 2 of this tutorial is here: • Code a Podcast Player App in React with AG...
This tutorial was written using Version 26 of AG Grid. If you want to follow along with the tutorial video then install AG Grid as
npm install --save [email protected] [email protected]
The blog post below has a section explaining the changes I made to the cellRenderer code to use the cellRenderer changes in version 27 of AG Grid. (I returned JSX instead of an HTML string)
Blog post describing this tutorial here:
https://blog.ag-grid.com/how-to-write...
Code for this tutorial is available on Github:
https://github.com/ag-grid/react-data...
In the podcast-player folder.
https://github.com/ag-grid/react-data...
AG Grid works with React, Angular, Vue, and JavaScript. Available as a free community edition and commercially as an Enterprise product (full support and more features).
For more information about AG Grid please visit: https://ag-grid.com/