Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question - tailwind + create react app #4

Closed
TAQ2 opened this issue Aug 12, 2023 · 3 comments
Closed

Question - tailwind + create react app #4

TAQ2 opened this issue Aug 12, 2023 · 3 comments

Comments

@TAQ2
Copy link

TAQ2 commented Aug 12, 2023

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
Copy link

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
Copy link

most of the pages are broken eg https://mosaic.cruip.com/signin
Screenshot 2024-01-24 at 03 15 47

@robbins23
Copy link
Owner

Just release next js version with typescript support

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants