Hi:
As a newbie of React,i'm currently building a web app that need such below actions:
Although currently i use Python to build a Proxy server,yet i wanna use "pure js" to build my project,is it possible?Let me know and huge thanks.
For further actions, you may consider blocking this person and/or reporting abuse
Shrijith Venkatramana -
Sudhanshu Ambastha -
Muhammad Hamza -
Snehal Rajeev Moon -
Top comments (1)
How it generally works is:
You create a button in react that calls a fetch request. Since react is front end, that's as far as it goes.
You'd need to have an api to connect to in that case.
As for Axios, I don't recall ever using it. So someone else might have to help you out there.
If you need any more help, lemme know. I can probably pair code with you.