Code a Podcast Player App in React with AG Grid - How to Build Application Tutorial Part 1
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: https://youtu.be/rsamoG6bD4Y 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-a-podcast-app-using-react/ Code for this tutorial is available on Github: https://github.com/ag-grid/react-data-grid In the podcast-player folder. https://github.com/ag-grid/react-data-grid/tree/main/podcast-player 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/
Download
0 formatsNo download links available.