2022-11-28
|~2 min read
|272 words
The standard behavior of a tag on submit is to send a request with all of the form’s values passed as query parameters. There are a number…
2022-11-28
|~3 min read
|467 words
Recently, I’ve been exploring Cloudinary’s API and thinking about different ways to take advantage of their service. The example I’ve been…
2022-11-28
|~4 min read
|780 words
A little over a year ago, I first discovered the power of and and wrote about it Better Form Submissions with Event.preventDefault and…
2022-11-28
|~5 min read
|990 words
Update: I recently revisited this use of and in the context of utilizing the appropriate event. Read about it in Form Validation…
2022-11-28
|~2 min read
|391 words
React’s one way data flow makes it easy to reason through, but sometimes the controlling component needs to know what’s going on inside. For…