robbins23 / daisyui-admin-dashboard-template

Free admin dashboard template using Daisy UI, React js and Tailwind CSS
https://tailwind-dashboard-template-dashwind.vercel.app/
MIT License
823 stars 217 forks source link

Question - tailwind + create react app #4

Closed TAQ2 closed 3 months ago

TAQ2 commented 1 year ago

Just wondering if you have seen that tailwind say in this link that they don't reccomend create-react-app with tailwind. I'm not too familiar with the ins and outs of how it works so wondering if you could shed some light on this please :) Also thanks for this repo, its looks very encompassing!

https://tailwindcss.com/docs/guides/create-react-app

GSdaBlessedFist commented 1 year ago

create-next-app is what you really want to use. I know, slightly bias but here's why. Next.js is built on React and allows us to optimize when data is processed/retrieved/rendered..etc. Example: Instead of waiting for the JSx to load, then render the page, Next.js allows for prerendering on the serverside, then simply hydrating. Much faster. It's really easy to make the switch. "https://tailwindcss.com/docs/guides/nextjs"

oluwabukolatina commented 7 months ago

most of the pages are broken eg https://mosaic.cruip.com/signin

Screenshot 2024-01-24 at 03 15 47
robbins23 commented 3 months ago

Just release next js version with typescript support

https://github.com/robbins23/admin-dashboard-nextjs-typescript-daisyui