Test your knowledge

  1. What's the difference between Relay and other Flux inspired libraries like Redux?
    1. There is no difference, Relay is just another Flux option.
    2. Relay is meant for React Native apps, you should stick with Redux for web apps.
    3. Relay helps scale your Flux architecture by allowing data dependency declarations and hiding all of the server communication complexity.
  1. How does Relay simplify the data requirements of React components?
    1. By collocating the data dependency queries, you can see exactly what data your components use without having to sift through code that does the fetching.
    2. By fetching all of the application data upfront, Relay can then query locally for data that each of your components need.
    3. By abstracting network ...
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.59.136.170