rx
offload css variable of the use React style
React JSX only features
React inline-style
are offloaded using only static sheet the css variables.
Use sparingly
There is a minimum cost associated with using inline style values.
in most cases, conditional static styles are sufficient.