Echo JS 0.11.0

<~>

xxexinferisxx comments

xxexinferisxx 1657 days ago. link 0 point
Function based components and hooks always look like unmaintainable messy code. Also I have yet to come across a project where components are being shared using some cloud service like Bit.dev.
Class components seem to be much more structured, much more "JS-y" in a way.
"In many cases, we are forced to duplicate our logic in different lifecycle methods to implement an ‘effect logic’." - I have yet to see such a thing what "effect logic" would be implemented multiple times to share across components?