logoalt Hacker News

simonwyesterday at 10:36 PM1 replyview on HN

Taffy is related to Servo too, though apparently not officially part of the Servo project - but Servo does use it.

https://github.com/DioxusLabs/taffy

Used here (I think): https://github.com/servo/servo/tree/c639bb1a7b3aa0fd5e02b40d...


Replies

nicoburnstoday at 12:10 PM

Servo uses Taffy for CSS Grid. It could also very easily use it for Flexbox, but they currently prefer to use their own implementation there.

It was originally a derivative of React Native's Yoga implementation of Flexbox, and is currently developed primarily as part of the Blitz engine.