IAIrshad Alaminreact-routes-setup.hashnode.dev·Jan 27, 2025 · 2 min readPrivate and Public routes in reactThe route which a user cannot access without authorization is called as private route? A route is also called as private when there is access control like role-based login in a web application. In this blog i wanted to focus on coding part instead on...00
IAIrshad Alaminreact-component.hashnode.dev·Jan 22, 2025 · 2 min readReact Component'sBefore knowing about what’s the component is we have to know about the React.js. So, React is a JavaScript library which is used to build UI (User Interface). UI is built using small units like button, text, images and colors. React help’s to combine...00