#preact
Read more stories on Hashnode
Articles with this tag
JSX is the starting point React uses JSX to make things easier for the developers. So when you write something like this. <div id="foo"> ...
State of things We all know this simple rule. Use className instead of class if you write JSX. const ExampleReactComponent = () => { return <div...