First of all, bear with me. I am a frontend developer with very little techinical Umbraco knowledge. I've worked on frontends on 'regular' umbraco solutions, but have never myself configured or setup an umbraco site before.
Basically what I want to understand is this: How can I use Umbraco Headless with a ReactJS application?
I've found this page in the documentaion https://our.umbraco.com/documentation/Umbraco-Cloud/Headless/ it contains several ways to use Umbraco Headless with .Net, but only very little about Node.js/React. Also, the npm package mentioned seems outdated and incomplete, as it contains very little, and the code within have alot of //not implemented comments. On top of that, it contains no README, and was last updated a year ago.
I have access to a Umbraco Headless instance, and if I request from /umbraco/rest/v1/content/published/
i will get quite a lot of data. Are there any documentation about what the data means, and how you are supposed to use it?
Are there any best-practice to how you consume the data? How you manage the various components? How you map your react component with the right data from Umbraco?
Or is the best practice to go with .Net and use Umbraco Headless that way?