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
Style attributes must be communicated to ReactJS using a property map. We currently handle that using a Data.Map.Map attribute. However, we could do better. The idea is to expose a little combinator language like blaze-html to construct valid style values only. This would improve the developer experience and free the renderers to deal with styles in the most optimal way.
The text was updated successfully, but these errors were encountered:
Style attributes must be communicated to ReactJS using a property map. We currently handle that using a
Data.Map.Map
attribute. However, we could do better. The idea is to expose a little combinator language like blaze-html to construct valid style values only. This would improve the developer experience and free the renderers to deal with styles in the most optimal way.The text was updated successfully, but these errors were encountered: