Question - tailwind + create react app
TAQ2 opened this issue · 3 comments
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!
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"
most of the pages are broken eg https://mosaic.cruip.com/signin
Just release next js version with typescript support
https://github.com/robbins23/admin-dashboard-nextjs-typescript-daisyui