Hacker News new | ask | show | jobs
by Bishonen88 931 days ago
Their introduction page[0] makes this look like material ui's makeStyles[1] approach?

[0] https://stylexjs.com/docs/learn/ [1] https://mui.com/system/styles/basics/

1 comments

Yup, but without the handy `classes` prop so people can modify styles.

Plus, I find with v5, I never touch `makeStyles` / `styled`, the utility props / sx are enough.