Can I use RelayJS and GraphQL without ReactJS?

I am trying to figure out if there is a way to use RelayJS and GraphQL without ReactJS. I really like the way these three work in the field of data management and at the same time, I look forward to using jeasyUI to design my web application. But the problem is that jeasyUI does not work well with responseJS.

I am new to this issue, please, please, please, if you guys know how to work on it. Enlighten me, please. Any answer to this would be greatly appreciated. Thanks in advance.

+4
source share
2 answers

No, using Relay without React is not possible, but you can use GraphQL without a relay.

- GraphQL, , Apollo client (, React, Angular, React Native ) Lokka ( , ).

+6

facebook , native + GraphQL. , . Apollo Client, Relay, , , facebook.

+2

Source: https://habr.com/ru/post/1650873/


All Articles