question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is stitches still under maintenance??

See original GitHub issue

I want to use stitches and want to make sure that stitches are still under maintenance & process…

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:4
  • Comments:16 (1 by maintainers)

github_iconTop GitHub Comments

23reactions
colmtuitecommented, May 26, 2022

The React team recommend people use static CSS solutions rather than runtime CSS-in-JS solutions. Here is a GH discussion. More info in this Twitter thread.

Stitches is a runtime lib, so it’s not currently a lib that the React team would recommend. Furthermore, Stitches is not compatible with React 18’s streaming feature. If you don’t plan to use streaming, then we consider Stitches v1 stable, and it should work fine for your project. If on the other hand, you want to “future-proof” your project, and remain aligned with the general direction of the industry, you might want to consider a static solution instead.

We have explored a static version of Stitches, which uses the same API, but we have not yet committed to completing and shipping it.

21reactions
lesha1201commented, May 27, 2022

@colmtuite I think CSS-in-JS is a good choice for UI libraries because it makes it very easy to tree-shake unnecessary styles and customize it. In case of static extraction, the end users would need to include either one big CSS file which includes all the styles or include separate files of each component they use which is not the best DX. It possible to write plugins for build tools but it’s hard because of big amount of tools and it also requires some addional setup.

I wouldn’t consider Stitches v1 stable because of some issues which makes it hard to use in a lot of cases:

I undertand that you have a different vision about it but Stitches became popular very quickly and it already has quite a lot users. So if you don’t plan to maintain it then you can at least find maintainers from a community which I think will be easy.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is stitches still under maintenance?? · Issue #1026 - GitHub
I want to use stitches and want to make sure that stitches are still under maintenance & process...
Read more >
How should I care for my stitches? - NHS
Some stitches are designed to dissolve gradually and will disappear on their own. Find out how long stitches take to dissolve.
Read more >
Caring for sutures - Healthdirect
Key facts. All sutures (stitches) will heal with a scar, however the scar will be less noticeable if good care is given to...
Read more >
How to Take Care of Your Stitches - WebMD
The first day: Keep your wound area dry for the first 24 hours after the doctor sewed in the stitches. You'll lower your...
Read more >
What Happens if Stitches are not removed?
Depending on the material used for the sutures, non-absorbable sutures may be permanent or slowly deteriorate. These sutures maintain their strength for 300 ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found