Is it possible to design a frontend for Hyperledger Composer using React?

I am currently developing a blockchain solution that utilizes Hyperledger Composer. I was wondering whether I can build the frontend using a library such as React, or if I am restricted to using Angular for the application interface. The idea is to explore different frontend frameworks and understand if React can effectively interact with and display the blockchain logic provided by Hyperledger Composer. Any detailed insights or experience with React in this context would be very helpful.

hey i have tinkered with react for blockchain stuff too. it was fun connecting via apis to hyperledgr composer logic. have you considered how data flows compared with angular? curious abt your approach, anyone else trying this route?

yep react works fine. i’ve worked on a project that used react with hyperledgr composer and it just needed right restintegration. don’t worry about using a different framework, its all about how u set up your apis.