Hacker News new | ask | show | jobs
by vosper 3027 days ago
Direct function calls would at least make it easier to step through the code in the debugger, I imagine.
1 comments

I feel like this benefit is more theoretical than practical owing to redux devtools, which offers a very similar experience of seeing what's been executed, perhaps even superior in some ways since you can see "everything" that's happening (with respect to the redux store), though you could probably create a similar thing without message passing