#reactjs
Read more stories on Hashnode
Articles with this tag
What is getServerSideProps? getServerSideProps is a function that runs on the server before a page is rendered. It is used to fetch data from an...
A React design pattern that allows a parent component to control the state of a child component. It involves passing a callback function from the...