What is DOM Manipulation? The Document Object Model (DOM) is the programming interface for web documents. It represents the page so that programs can change the document structure, style, and content. In other words, the DOM is a hierarchical representation of a web...
In the previous post we talked about how to create nested paths in NextJS, now let’s discuss how to make dynamic pages. Next.js is a powerful React framework that simplifies the creation of dynamic and performant web applications. One of its standout features is...
What are Micro Frontends? Micro frontends are small, semi-independent or independent parts of a front-end application. They allow developers to slice an application into smaller, logical units that can be developed, tested, and deployed independently while still...
In our previous post, we explored how to create a NextJS project, generate our first pages, and use the files in the “pages” folder to define routes and load components. We also learned about server-side rendering, which is a default feature in NextJS....
One of the must haves in today’s digital age is creating a website that is responsive and adaptive to different screen sizes. There for it’s essential that your website provides a seamless experience across all kind devices, mobile phones, tablets,...