• Bastante popular en la comunidad, alrededor de 5MM de descargas semanales en npm • Influenciada por Flux Redux Redux evolves the ideas of Flux, but avoids its complexity by taking cues from Elm. Even if you haven't used Flux or Elm, Redux only takes a few minutes to get started with.
types, dispatch. Para manejar *side effects thunk y sagas • Estructura de archivos “compleja”. Hay que editar muchos archivos para hacer algo simple. (según ha mejorado con https://redux-toolkit.js.org/) Redux Facts
“El problema no es Redux es como los equipos lo usan” • Todos aplican Redux distinto: Redux Facts “Stores están diseñados para soportar un página y la data no está normalizada”
MobX to React for maximum performance • MobX-State-Tree (MST) “It’s like react for data ⚛, MST makes MobX a bit more like Redux” MobX + MobX-State-Tree + MobX-React
single value. You can get or set the current value, and you can listen to it so your callback will be executed whenever the value changes. • observer Observer is used in React components to re-render automatically only when an observable value changes. Some Concepts