1. React
  2. ReactNext
  3. 2018
  4. Applying Microservices Design Patterns to Scale React App Development

Applying Microservices Design Patterns to Scale React App Development

Itay Maoz at ReactNext 2018

React and React Native allow for building truly amazing apps. As great as they are, having multiple teams working on a single, shared codebase is still a difficult task. It forces you to deal with issues such as accumulating tech debt, code ownership, and generally keeping everyone from stepping on each other’s toes. The world of backend development has already moved from monolithing, single-process deployments to using microservices as the go-to architecture for development at scale. In this session we will explore microservices design patterns, and learn how you can apply them to a React app, in order to scale the development of the app to multiple teams.