Skip to content

Tag: next.js

material-ui tabs with nextjs?

I have a project in material-ui, nextjs and typescript. I’m trying to get my navbar to work with nextjs: But it causes the build to fail. Is there something I’m missing? Answer In this case, I believe you want to wrap the <Tab /> elements with the <Link /> ones.

NextJS cannot recognize TypeScript files

I want to develop my website using TypeScript not a JS. So I followed NextJS’s official to install TS from scratch, but when I run npm run dev, 404 Error page greeting me. OK below is my tsconfig.json Hmm, nothing seems to be wrong I think 🙁 And then next is package.json. Hmm, what’s wrong with my…