Highest Rated Comments


klejnieks1 karma

Tooling that would allow for separation of css from templates and logic would make it much easier to larger projects to be managed across teams. Any roadmap for adding this type of structure to the framework?

klejnieks1 karma

this doesn't stop the rendering of a view. If you log inside render and return false in shouldComponentUpdate, the log will continue to fire regardless or the shouldComponentUpdate returning false

klejnieks1 karma

is there any thought on creating custom/individual threads for components?

klejnieks1 karma

besides returning false or null in the render function, is there anyway to disable or defer the rendering of a view?