I'm trying to figure out if there is a way of using RelayJS and GraphQL without ReactJS. Im quite fond of how those three works in data management and at the same time, im looking forward on using the jeasyUI for the design of my web application. But the problem is jeasyUI doesnt really work well together with reactJS.
Im a newbie on this matter so please, please please, if you guys know any way on how to work on it. Enlighten me please. Any response regarding this would be highly appreciated. Thanks in advance.
No, it's not possible to use Relay without React, but it's possible to use GraphQL without Relay.
Relay is just one of several GraphQL clients, there are others like Apollo client ( a client that supports React, Angular, React Native and any other frontend) and Lokka (a very simple client, without cache).