#nextjs
Read more stories on Hashnode
Articles with this tag
You would have observed that on some web pages, there is often an increase in load time because of the number of images on the site. This behaviour...
In a previous blog post, I wrote about how to achieve dynamic pages on a single app using React Router. I recently started learning more about Server...
When creating a new project, automating lint tools can help developers save a lot of time and effort of having to manually formatting codes. In order...