codescandy / dashui-free-nextjs-admin-template

Dashui free nextjs admin dashboard template, built with latest react. Build your next project with DashUI React.
https://dashui.codescandy.com/next-js-admin-dashboard-template.html
MIT License
127 stars 86 forks source link

How use nextjs 13.4 app architecture achieve this project? #5

Closed autoool closed 1 month ago

autoool commented 10 months ago

no _app.js , _document.js ,use page.js + layout.js as homepage

sandipthemes commented 9 months ago

We are working on this issue, it's taking time because to implement App Router we need to change complete routing structure and now next js doing default Server Side Rending so, we manually have to apply 'use client' to render on client side.

sandipthemes commented 9 months ago

@autoool We have updated the theme and implemented App Router, you can check the changelog for more details https://dashui-free-nextjs-admin-template.vercel.app/changelog