OneBite.Dev

🧑‍🚀 Blog for learning nextjs

nextjs blog posts, coding tips and trick in a bitesize to help you learn nextjs.

How to use typescript in existing NextJS project

I already have a running NextJS project but I want to start using typescript. Lets see how to add typescript in existing NextJS project

nextjs typescript

Solving the Next.js Head problem that auto parse HTML entity

I want to share how I finally solved the Next.js Head problem that auto parse HTML entity. In my case, I want to remove & (ampersand sign) being encoded by Next.js Head.

nextjs react