#learning
Read more stories on Hashnode
Articles with this tag
Web Service Definition Web service is a standard or protocol that facilitates data exchange in the form of XML (Extensible Markup Language) between...
Domain Name The address of a website is a domain name similar to the address of a house. It is made of three different parts which include server...
React Developer's Day 6 · In React, a functional components can be written in two ways: //Regular Function function FunctionName(props) { return <div...
I managed to get rid of the scroll of the login page which shows some white space when the login page is scrolled down a little. Unfortunately, I now...
React Router I've been trying to implement the React Router since yesterday and my implementation has been anything but successful.😢This React...