Pivoting away from React.
Today I Learned: Monday, July 4, 2022
React JS is not necessary if you want to build a static website.
HTTP verbs such as “POST” do not need to be capitalised. But it is done out of convention.
<form></form>, this tag is for creating a form. \
<form action="/example.html" method="POST...
getoutofthatgarden.hashnode.dev2 min read