I need to send data to python from React.JS. Please help me with few articles. Thank you
CodePudding user response:
You can send data from react to python only through rest APIs.You can create a rest api in python using fast API or flask or whatever you like the most.Then you can make a request and can send the data to the api through any of the request methods
CodePudding user response:
If you mean using reactjs as a frontend framework and python with backend, then you could check out post operation with axios api or fetch api