#frontend-development
Read more stories on Hashnode
Articles with this tag
What are Props? Props (short for properties) are a way to pass data from a parent component to its child components in React. Props are used to...
What is SPA? SPAs are web apps that provide the user experience like an offline mobile or desktop application by using only one web page that...