Skip to content

v1.0.13

Latest
Compare
Choose a tag to compare
released this 07 Mar 16:24
· 2 commits to master since this release

Caching StyleBuilder function responses:

If you use functions that return styles and pass those styles down to another component, PureRenderMixin cannot prevent hat component from rerendering as each call will return a new object instance. By caching the response from these functions we can return the same object instance if you call the function with the same parameters.