Using Stitches instead of styled-jsx #747
Replies: 2 comments 1 reply
-
Thanks for the advice @iMohammadReza ❤️ , I have followed Now that Geist has several critical path designs constrained by
And, anyone is welcome to leave a style solution here that you think is good, and I will research and test them. |
Beta Was this translation helpful? Give feedback.
-
I'd consider other options as well, since Stitches is no longer being maintained. I guess that with the advent of RSC and atomic-styling approaches like Tailwind, the future-proof solutions are similar to vanila-extract or Tamagui, which come with static extraction and Stitches-style APIs. I've actually forked Stitches, made a few updates and ported some of Geist components to understand how the APIs (styled-jsx vs. stitches) would behave. Some were much simple and more customisable with Stitches, like the Badge, Avatar and Note components. I'm happy to copy paste them here if that's helpful and I'd love to help with transitioning under @unix guidance. Big fan of both Geist and Stitches. Have be playing around with both code bases as a learning reference. ❤️ |
Beta Was this translation helpful? Give feedback.
-
Hey guys,
Lets discuss about using Stitches instead of styled-jsx.
NextUI also uses Stitches and provides a nice DX for modifications.
I start with some pros and cons, you continue to make a decision:
Beta Was this translation helpful? Give feedback.
All reactions