Echo JS 0.11.0

<~>
tracker1 3006 days ago. link 2 points
This kind of flies in the face of the trend to separate stores/state from the components in favor of simpler components...  Also, there's no cleanup of the event registrations which will lead to memory leaks.

Replies

badsyntax 3005 days ago. link 1 point
Also they're using DOM api instead of using the more react standard "ref" attribute
ndks 3006 days ago. link 1 point
Perhaps you're right - but the trend doesn't necessarily account for all use cases.

Assuming the OP is only modifying the components internal state (which has no bearing on the application state), I'd be all for it.