benoitvallon / react-native-nw-react-calculator

Mobile, desktop and website Apps with the same code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relay + GraphQL instead of Flux

lenaten opened this issue · comments

Relay is Flux successor. Any plan to add support?

I am not a specialist of relay but I think it is designed to work with data.
As the project doesn't involve a lot of data (no server request for example) I am not sure that adding it would be a really big improvement.
But anyway if relay is suitable for the project and you want to make a PR for it, go for it 😉

Another quick comment, if relay is aiming to replace flux, I would probably go for redux instead but that's just a personal choice.