OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning nextjs

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

How to add inline script in NextJS

here is How to add inline script in your NextJS project

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