#javascript
Read more stories on Hashnode
Articles with this tag
After almost a year of having no side activity whatsoever, it seems like Iām finally getting back on track! I've built my dream habit tracker with Vue...
React strives to give its users the ability to build encapsulated, reusable components, but how does it manage to implement this logic in JSX? š Here...
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...