Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Design Patterns with React Native

You're reading from   Hands-On Design Patterns with React Native Proven techniques and patterns for efficient native mobile development with JavaScript

Arrow left icon
Product type Paperback
Published in Sep 2018
Publisher Packt
ISBN-13 9781788994460
Length 302 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Mateusz Grzesiukiewicz Mateusz Grzesiukiewicz
Author Profile Icon Mateusz Grzesiukiewicz
Mateusz Grzesiukiewicz
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. React Component Patterns 2. View Patterns FREE CHAPTER 3. Styling Patterns 4. Flux Architecture 5. Store Patterns 6. Data Transfer Patterns 7. Navigation Patterns 8. JavaScript and ECMAScript Patterns 9. Elements of Functional Programming Patterns 10. Managing Dependencies 11. Type Checking Patterns 12. Other Books You May Enjoy

Questions

  1. Why did Facebook move away from the classic MVC architecture?
    Answer: Facebook identified issues with MVC experienced when working with the kind of large scale necessary for Facebook. In the frontend application, views and models were tightly coupled. Bidirectional dataflow made it even worse: it was hard to debug how the data transitioned between models and views and which parts were responsible for the end state.
  2. What are the main benefits of Flux's architecture?
    Answer: Watch the video Hacker Way: Rethinking Web App Development at Facebook mentioned in the Further reading section or see the section on Replacing MVC.
  3. Can you draw a diagram of the Flux architecture? Can you do it in detailed way with web APIs drawn and connected to your diagram?
    Answer: Check Detailed flux diagram section.
  4. What is the role of the Dispatcher?
    Answer: Check Flux introduction or...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime