I’m learning react and I’m finding it almost impossible to learn. This is my first introduction to a framework/library. I know html,css,bootstrap and javascript.
For creating something like that, a more introductory version like this tutorial may help you out:
If you can see a repeatable set if UI content, you can turn them into a component and use props to parameterize anything that is unique per card such as the text, images, etc.
The nice thing is that almost all of the content in the book is available for free on the web site, and many of my React articles also have an associated video (also free). The paperback and Kindle editions are a convenience for those that want it, but my goal is to provide as much content for free as possible