DEV Community

Jishnu-02
Jishnu-02

Posted on

Help..... React to NextJS

Can anyone help me to covert this react code to nextjs

https://gist.github.com/Jishnu-02/9557eecdd4c7f3d24fe74139ecb32e7d

checkout this code....

Top comments (6)

Collapse
 
rajasekharguptha profile image
Rajasekhar Guptha

Y can't you put this code in gitlab etc.. and share link?

Collapse
 
jishnu02 profile image
Jishnu-02

am new to this idk how to do it....

Collapse
 
sfiquet profile image
Sylvie Fiquet

At least format your code so that it's readable:

  • above your code: triple backticks followed by javascript
  • your code
  • under your code: triple backticks

I'm having trouble escaping the characters to show you what it looks like. Have a look at github.com/adam-p/markdown-here/wi...

Thread Thread
 
jishnu02 profile image
Jishnu-02

I have posted it in Git so can you please check out it?

Collapse
 
benjioe profile image
Benjioe

Not sure I understand what's you want.
You already use Next (import Link from "next/link";)

Maybe you can put the whole project on a codesandbox ?

Collapse
 
jishnu02 profile image
Jishnu-02

Thank You for your concern, but I have found a way out of this problem.