Learning about React (Chapter II)
Today I will write about the syntaxes of React that I learned about.
Events
Event names are camel-cased, so we need to use onClick instead of onclick that we used while making vanilla JS projects / simply to manipulate DOM.
React normalizes these na...
adibathemumcoder0308.hashnode.dev3 min read