blaze-react icon indicating copy to clipboard operation
blaze-react copied to clipboard

Add DSL to create styles

Open meiersi opened this issue 11 years ago • 0 comments

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.

meiersi avatar Sep 01 '14 19:09 meiersi