NextJs Firebase v9 Part 10: Link to detail page

Link to detail page with Next.js Dynamic route

Ckmobile

--

We already list all the todo and completed the CRUD operation. But we cannot see the detail of the todo. So we are going to create the detail page and link to it by clicking “more (the three dots)” icon.

--

--