© 2023 Hashnode
#nextjs
If you're building a React application that needs to support multiple languages, then you know that internationalization (i18n) can be a complex and time-consuming task. Fortunately, there are librari…
If you are a React JS developer, you should learn Next JS. It is a React framework that offers a lot of features to improve the User Experience of your website. It was developed by Vercel and is curre…
One of the most important decisions developers have to make when making web apps is whether to use Client Side Rendering (CSR) or Server Side Rendering (SSR) (SSR). Both methods have their pros and co…
Introduction Medusa is a collection of commerce tools and modules that offer developers the flexibility to create customized commerce experiences. With Medusa, developers have complete control over th…
Originally published on DevDojo Authentication is the most thing that a user does on a website, logging in or out, and it's necessary to take your application's authentication to the next level with …
As your React applications grow in complexity, you may find yourself needing to work with more complex data structures. Whether you're working with nested arrays or objects, it can be challenging to r…
In the world of web development, performance and user experience are crucial factors that determine the success of a website or application. With the rise of modern JavaScript frameworks and libraries…
Hello, Welcome to the 9th Episode of Weekly Dev Journal. Here you will get some useful resource links, articles, and my learnings in the programming world. Learnings: This was the last week before my …
Introduction Managing authentication in Next.js is quite tricky, with problems such as content flashing. In this blog, I won't address the problems and explain how to solve it in detail, because I've …
Introduction Sometimes, it's tough to know where to start. It's something that a lot of developers especially newbies struggle with including me. That's why I'm writing this article so that you know w…