PPrinceinfrontendstuff.hashnode.dev·Feb 12, 2023 · 2 min readuseState Vs useReducerMost junior web developers often get confused about these hooks. They are both used to manage states. But useReducer is preferred in managing complex states. These hooks are called into action whenever there is a need to render different items on th...00
PPrinceinfrontendstuff.hashnode.dev·Jan 2, 2023 · 11 min readHow I created a web page that displays all my GitHub repositories with ReactJsThis article shows how I created a react app that displays all my GitHub repositories. The main purpose of this article is to explain how the web app was built using the following features of Reactjs: UseState UseEffect React router Nested routes...00
PPrinceinfrontendstuff.hashnode.dev·Nov 11, 2021 · 1 min readBecoming a software developer.Often I have had people ask me about getting into the tech space, some with no background whatsoever in technology. The tech space is so vast, and intimidating for beginners. The question now is, where do you begin as a newbie? Start with whatever ...00