You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no parameters or flags, it will involve basically forking React. This is why nothing is documented. It's really not worth it for us to guide you through this so I'll point you in the right direction and leave you to it.
For the checksum related stuff, look for uses of the ReactMarkupChecksum module.
As for disabling sanity checks, we have a bunch of invariants and other checks throughout the codebase. There's no 1 place to disable these. You would have to decide which ones are important and which aren't.
Will try to document it back here if we ever be able to make React + node useable for isomorphic applications that aren't just for demo purposes. I know at some point other people will be interested on this. Hope not too many people lose so much time like we're doing.
This doesn't seem to be documented anywhere, but mentioned to be possible here:
#3009
There are any parameters, line of code we can change, etc?
Also, welcome are any other insight about things to disable to make the render process faster cpu wise?
The text was updated successfully, but these errors were encountered: