|
|
|
|
|
by francisl
1911 days ago
|
|
Like you said reactive programming and OO are not exclusive. And if you look how you do React now with useState, useEffect and all. It's exactly a reproduction of OO, but inside a function that don't behave like a function anymore. And goes HOC for the inheritance/mixins/composition you flush down the drain. |
|