I would say React, because it's a UI library, not a framework, and you have a bit more freedom to choose how to solve problems. You can include a reactive programming library like most.js or RxJS, and handle functional and reactive programming architecture however you want, and only for DOM rendering using React. With other (full) frameworks it's a bit harder to customize that.
Note: I am not saying "React is FRP", I'm just saying "you can build your own custom FRP and use React in the middle".