You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many samples on the Material-UI docs, e.g. App Bar with a primary search field, one can now choose between JSS using withStyles (HOC) or makeStyles (React hook-based, AFAIK). makeStyles is defined in @material-ui/styles.
It doesn't seem that fable-material-ui supports makeStyles yet. Would it be possible to add support for it? And could this perhaps entirely avoid the problem/workarounds from #4?
The text was updated successfully, but these errors were encountered:
React hooks are not released yet, React team promised to deliver it in version 16.7, but according to this post, they postponed it till the next release. @material-ui/styles are also in experimental (alpha) stage, so I didn't spend time on them yet.
I am thinking of creating a separate package, as @material-ui does, but not sure yet. Once the APIs are stable and released, I will create bindings for them, for sure. I will try to play around with it sooner, if time allows.
Btw, PRs are welcome 😉
In many samples on the Material-UI docs, e.g. App Bar with a primary search field, one can now choose between JSS using
withStyles
(HOC) ormakeStyles
(React hook-based, AFAIK).makeStyles
is defined in@material-ui/styles
.It doesn't seem that fable-material-ui supports
makeStyles
yet. Would it be possible to add support for it? And could this perhaps entirely avoid the problem/workarounds from #4?The text was updated successfully, but these errors were encountered: