3 Matching Annotations
- Nov 2019
-
gist.github.com gist.github.com
-
Because immutable components also prevent their children from re-rendering, they should probably not have non-immutable children.
-
-
gist.github.com gist.github.com
-
Null Components should never have children - they'd never be rendered.
-
-
gist.github.com gist.github.com
-
Injector components should never be self-closing, and they should never wrap multiple children. We can fix this at code-time and not wait for the errors at runtime.
-