Sorry, but no. They are two different approaches.
Angular still follows OOP way, by creating an object with getter and setter, while React using functional way by returning getter and setter functions as array (for whatever reason).
Logic under the hood, while representation is similar thanks to the facade.