#nextjs
Read more stories on Hashnode
Articles with this tag
There is a plugin available for reactjs that one can use to add Calendly to Nextjs i.e., react-calendly. The problem is if you want to customize the...
<div className="ratio ratio-16x9"> <video width="900" height="650" muted playsInline autoPlay loop> <source src="/images/test.mp4"...
getStaticProps and getServerSideProps are two methods that allow you to fetch data and pre-render pages. The main difference between them lies in how...