Front End  Investigation

Data Strategy

An application architecture 

  • Data and state are the foundation of an application
  • Single page application movement drove state completely to the client rather than server
  • Real world applications can become large and complex fast making data and state difficult to manage and reason with
  • We've struggled with this in the past even in our newer applications

The Flux Pattern

Front End Framework Investigation - Data Strategy

By christopher murphy

Front End Framework Investigation - Data Strategy

  • 706