Nweke Chidinwekechidi.hashnode.dev·Jun 18, 2023Resolving 'Prop className Did Not Match' Error in Next.js and Material-UI.Introduction One Sunday afternoon, while working on my web development project, I ran into a puzzling issue. As I was coding along with a tutorial video using Next.js and Material-UI, an error message halted my flow: 'Prop className Did Not Match.' D...Discuss·1 like·821 readsNext.js
Arshad Ali Soomroarshadalisoomro.hashnode.dev·Apr 7, 2023Creating a Navigation Bar with MUI AppBar Component in Next.jsThe App Bar displays information and actions relating to the current screen. The top App bar provides content and actions related to the current screen. It's used for branding, screen titles, navigation, and actions. It can transform into a context...Discuss·10 likes·3.8K readsEmployee Leave Managermui-next.js
Arshad Ali Soomroarshadalisoomro.hashnode.dev·Mar 29, 2023Adding Material UI to Next.js TypeScriptMui is a popular UI component library for React that provides pre-made components such as buttons, forms, and modals. In this article, we will be discussing how to add Mui v5 to Next.js using TypeScript. Install Dependencies First, you need to instal...Discuss·11 likes·253 readsEmployee Leave Managermui