Chapter 24

  1. Which of the following best describes Flux?
    1. Flux is an architectural pattern used to control the unidirectional flow of data in your app, making changes more predictable.
  2. What's the difference between Flux and Redux?
    1. Redux is an opinionated implementation of Flux concepts that you can use to help manage data flow in your application.
  3. How do you get data from a Redux store into your components?
    1. You use the connect() higher-order function to connection your component to the store, using a function that translates store data into component properties.
  4. What's the difference between Redux in a web app and a native mobile app?
    1. There is no difference.
..................Content has been hidden....................

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