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
OneBite.Dev
I already have a running NextJS project but I want to start using typescript. Lets see how to add typescript in existing NextJS project
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.