We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3abe77 commit 04811e1Copy full SHA for 04811e1
docs/stylesheet.md
@@ -37,11 +37,6 @@ Code quality:
37
* By moving styles away from the render function, you're making the code easier to understand.
38
* Naming the styles is a good way to add meaning to the low level components in the render function.
39
40
-Performance:
41
-
42
-* Making a stylesheet from a style object makes it possible to refer to it by ID instead of creating a new style object every time.
43
-* It also allows to send the style only once through the bridge. All subsequent uses are going to refer an id (not implemented yet).
44
45
### Methods
46
47
* [`setStyleAttributePreprocessor`](stylesheet.md#setstyleattributepreprocessor)
0 commit comments