Email or username:

Password:

Forgot your password?
3 comments
Darius Kazemi

@nolan Do you ever end up having to debug like, weird compiler errors where it doesn't catch that you are mutating state?

Nolan Lawson

@darius Not really? Also I find it pretty easy to debug the compiled output as it's fairly vanilla-y. It can get weird to wrap your mind around sometimes, though, especially for async code: github.com/nolanlawson/emoji-p

Darius Kazemi

@nolan I mean it can't be any *worse* than debugging when things go extremely wrong in React...

Go Up