I just made my first Netlify function. It doesn’t do much now, but it let’s you search for all the links I made to a specific site. The link looks something like this
https://www.farai.xyz/.netlify/functions/links?domain=www.farai.xyz
I just made my first Netlify function. It doesn’t do much now, but it let’s you search for all the links I made to a specific site. The link looks something like this
https://www.farai.xyz/.netlify/functions/links?domain=www.farai.xyz
How to prevent buttons from causing a form to submit with HTML
See How to prevent buttons from causing a form to submit with HTML on gomakethings.com
A while back, though, my friend Eric Bailey taught me a much simpler way to handle this: add
type="button"
to the button.
Much better than e.preventDefault
.