© 2022 Hashnode
The Galactic Federation 👮🏽♀️👽🧝🏾♀️🤖 - Fourth Act Despair and frustration will not shake our belief that resistance is the only way to liberation. - Emile Lahoud. In the first part of the seri…
Where Everything Began - First Act "Knowledge is like money: to be of value it must circulate, and in circulating it can increase in quantity and, hopefully, in value." ~ Louis L'Amour In February…
NextJs is a framework that allows developers to compile ES6 code into ES5 JavaScript. While this is possible in React, the process is more complicated and NextJs solves the problem with ease. What is …
Our job as developers often involves releasing new features regularly. However, how can we ensure that these features work properly in production before safely releasing them to all users? It's easy, …
This tutorial explains fetching data in Nextjs using the Server-side rendering technique. At the end of this article, you should be able to understand how to fetch your data on the server-side in Next…
Introduction As we know, Next.js is a react framework built keeping the SEO in mind. Next.js pre-renders every page during build time and serves the html files to the client instead of serving single …
As I was learning and building projects with Next js, I surely came across various ways of rendering your app and just proceed without fully understanding them. One thing for sure is that I was amazed…
Unfortunately, I broke my journal writing streak just on my 3rd week but I was fully aware of it and I let it happen! Reason -> It was dedicated family-friends time as it was a long weekend in Canada…
In addition to the Gradient Text, DARK Mode and a great responsive mobile experience, the New Vue Docs have some good really things to unpack. In this article, we will briefly cover the MAJOR changes …
If you've been around web development for some time now, you've probably heard about server side rendering (or SSR) and client side rendering (CSR). These are two possible ways your website can be ren…