#reactjs
Read more stories on Hashnode
Articles with this tag
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...
Continuing with Codecademy’s React course. Now it’s talking about the component lifestyle of React. It consists of three ‘high-level’...
There are both class components and function components in React. By the way the codecademy course describes them, class components are outdated. From...
Self-closing tags are tags that close themselves. <img> and <input> are examples in HTML, but in JSX you need to include a ‘ /’. For example: <br> in...
According to this video: https://www.youtube.com/watch?v=LGydWeaTBJY, the rate of new coding jobs availability is outpacing the supply of developers...