Go through axios completely and never be afraid to write requests again
axios request method
It mainly includes get, post, put, patch and delete
get get data
post Submit data (form submission + file upload)
put Update data (push all data to the server)
patch Update data (only the modified data is pushed to the back end)
dlelete Delete data
get method
Wri ...
Posted on Wed, 01 Dec 2021 07:25:42 -0500 by gamerzfuse
Interviewer, please don't ask me hook again
I. Preface Let's ask you a few questions first. These questions are really asked by me in the interview. If they are true, I won't be able to
What are the advantages of writing hooks over writing class components? How do we encapsulate a hook? What is the hooks principle? Although the interview is cold, we still have to continue our study ðŸ˜
...
Posted on Fri, 12 Nov 2021 19:28:23 -0500 by max_power