Skip to content

Is StrictMode still necessary? #28

Discussion options

You must be logged in to vote

Yes, for instance if you have an effect that doesn't clean up after itself properly, this will be highlighted by <StrictMode> (by breaking your app), but it isn't something a compiler can detect.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by poteto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants