How to upload a file in React JS? Akash Mittal September 5, 2022 To upload a file in React Js, we can use FormData() api of javascript. We need to create a form with input file field and append the form value into… View Post
ReactJS – Setting default baseurl in Axios Akash Mittal September 5, 2022 By setting the default baseurl in Axios, we don’t need to call the APIs with whole url. Only the endpoint will be required. The simplest procedure of doing this is… View Post