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
Hey. I'm trying to convert some of our components to use CssJs module in ReScript syntax. I noticed all of the CssJs functions such as style are defined as uncurried and require the dot to be used when calling. I'm wondering if the requirement for uncurried is absolutely necessary (I don't know, I'm just asking), because the style function is used a lot and every weird quirk (like requiring a dot) makes it that much more cumbersome to use. Also the type hint is ugly with uncurried functions.
The text was updated successfully, but these errors were encountered:
Hey. I'm trying to convert some of our components to use
CssJs
module in ReScript syntax. I noticed all of theCssJs
functions such asstyle
are defined as uncurried and require the dot to be used when calling. I'm wondering if the requirement for uncurried is absolutely necessary (I don't know, I'm just asking), because the style function is used a lot and every weird quirk (like requiring a dot) makes it that much more cumbersome to use. Also the type hint is ugly with uncurried functions.The text was updated successfully, but these errors were encountered: