Start example that is NOT tailwind #3101
j-mcfarlane
started this conversation in
General
Replies: 1 comment
-
Hello I had this problem with mui/joy library and their solution is to use a cache for SSR. For your app with pigment css I have found this, it is an integration with nextjs guide, but I think it would solve your problem. It is the same use case as I had and solved simmilar way. EDIT: fixed link |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have been trying to get start working with something besides tailwind with no success.
I keep running into the same FOUC on load both with css modules and zero runtime css-in-js.
Not trying to debate whether tailwind is good or not but there are requirements where tailwind is not an option.
I have a monorepo here:
https://github.com/j-mcfarlane/tanstack-start-monorepo
I would literally pay at this point for someone to help me get this environment working correctly.
Beta Was this translation helpful? Give feedback.
All reactions