-
Notifications
You must be signed in to change notification settings - Fork 257
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
[FR] Static Extraction #955
Comments
Great to see this. Can't wait to move my app on Next 12/React 18 😁 |
Hi guys :) Thanks again for this awesome styling library! |
Modulz has been acquired by WorkOS. In the announcement there is the following explanation about this:
Since the acquisition of Modulz, I feel that the project is gradually being abandoned. 😢 I really like Stitches and would like to continue using it in my projects, but I don't feel sure about the future of the project. |
Thanks for sharing this! Do you have any recommendations for alternatives to migrate to? Perhaps |
Are there any plans to reconsider adding of Static CSS Extraction? This might be a good way to support React 18 Streaming SSR #1109 |
I’m tempted to close this issue as I don’t think it’s going to be reconsidered. There’s a number of potential alternatives to consider now… StyleXWith recent layoffs and moves, I can imagine an open source library being a less attractive for engineers seeking impact. Naman still has StyleX listed on his bio. 🤞🏻 Vanilla ExtractA good option that we’ve used for components in a couple of public design system libraries. There are some constraints that would be addressed by StyleX’s approach (e.g. splitting, injecting for web components, etc.). Chakra UIThis remains popular in the team for most applications right now. Segun posted an update on their progress with static extraction late last year.
|
Related: #1144 |
As Stitches is officially no longer actively maintained, I’m going to close this as unplanned. Hoping that this doesn’t ruffle any feathers. Please see @StephenHaney’s comment for details and alternative solutions for those wanting static extraction. Others have been good about contributing suggestions in that discussion too. Whilst the underlying extraction from others could be used in Stitches, other solutions with active development are far more likely to keep pace with the ecosystem and other evolving standards (e.g. W3C Token Format). We’ve successfully moved large-scale projects over to Vanilla Extract and Chakra UI, and have opted for Tailwind in most new projects. |
It’s been mentioned a couple times in issue comments (#760, #863), but there’s currently no explicit feature request for static extraction.
The ideal outcome of any related changes here would be to export a stylesheet (like
vanilla-extract
) that can be imported with the associated component(s).The text was updated successfully, but these errors were encountered: