benoitvallon / react-native-nw-react-calculator

Mobile, desktop and website Apps with the same code
MIT License
5.21k stars 864 forks source link

Relay + GraphQL instead of Flux #17

Open lenaten opened 8 years ago

lenaten commented 8 years ago

Relay is Flux successor. Any plan to add support?

benoitvallon commented 8 years ago

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 :wink:

benoitvallon commented 8 years ago

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