MobX Quick Start Guide: Supercharge the client state in your React apps with MobX

Pavan Podila, Michel Weststrate

  • 出版商: Packt Publishing
  • 出版日期: 2018-07-24
  • 售價: $1,350
  • 貴賓價: 9.5$1,283
  • 語言: 英文
  • 頁數: 236
  • 裝訂: Paperback
  • ISBN: 1789344832
  • ISBN-13: 9781789344837
  • 相關分類: React
  • 海外代購書籍(需單獨結帳)

商品描述

Apply functional Reactive programming for simple and scalable state management with MobX

Key Features

  • The easiest way to learn MobX to enhance your client-side state-management
  • Understand how the concepts and components fit together
  • Work through different state management scenarios with MobX

Book Description

MobX is a simple and highly scalable state management library in JavaScript. Its abstractions can help you manage state in small to extremely large applications. However, if you are just starting out, it is essential to have a guide that can help you take the first steps. This book aims to be that guide that will equip you with the skills needed to use MobX and effectively handle the state management aspects of your application.

You will first learn about observables, actions, and reactions: the core concepts of MobX. To see how MobX really shines and simplifies state management, you'll work through some real-world use cases. Building on these core concepts and use cases, you will learn about advanced MobX, its APIs, and libraries that extend MobX.

By the end of this book, you will not only have a solid conceptual understanding of MobX, but also practical experience. You will gain the confidence to tackle many of the common state management problems in your own projects.

What you will learn

  • Explore the fundamental concepts of MobX, such as observables, actions, and reactions
  • Use observables to track state and react to its changes with validations and visual feedback (via React Components)
  • Create a MobX observable from different data types
  • Define form data as an observable state and tackle sync and async form validations
  • Use the special APIs to directly manipulate observables, tracking its changes, and discovering the reasons behind a change
  • Tackle any state management issue you may have in your app by combining mobx-utils and mobx-state-tree
  • Explore the internals of the MobX reactive system by diving into its inner workings

Who this book is for

This book is for web developers who want to implement easy and scalable state management for their apps. Knowledge of HTML, CSS, and JavaScript is assumed

Table of Contents

  1. Introduction to State Management
  2. Observables, Actions, and Reactions
  3. A React App with MobX
  4. Crafting the Observable tree
  5. Derivations, Actions and Reactions
  6. Handling Real-World Use Cases
  7. Special API for Special Cases
  8. Exploring mobx-utils and mobx-state-tree
  9. Mobx Internals