custom-pages

with NextJS
3 Replies
Omer
Omer2y ago
You can create forgotPassword and createAccount pages under the pages folder https://refine.dev/docs/advanced-tutorials/ssr/nextjs/#custom-page
Next.js | refine
refine can be used with Next.js to SSR your pages. It doesn't get in the way and follows Next.js conventions and also provides helper modules when necessary.
rival-black
rival-black2y ago
Thank you, so I have to use NextJs routing 👍
Omer
Omer2y ago
Yes, you can use useNavigate or Link component for redirection also this week we will also release <AuthPage> component for Material UI 💥 https://refine.dev/docs/api-reference/antd/components/antd-auth-page/