'Contentful - How to change the field value from the React/Node.js environment?

Is there any way to change the value of some fields in a Content Type on a specific Entry from an React application. I want to simulate the like/dislike button. So when the user clicks the button, I want to change the specific value in the CMS on a specific Entry.

Is there a way, for example, to make a POST request to a Contentful API, in the React. Or to be precise since I am making API calls from Node.js environment.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source