Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
MobX Quick Start Guide

You're reading from   MobX Quick Start Guide Supercharge the client state in your React apps with MobX

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781789344837
Length 236 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
 Podila Podila
Author Profile Icon Podila
Podila
 Weststrate Weststrate
Author Profile Icon Weststrate
Weststrate
Arrow right icon
View More author details
Toc

Summary


The mental model for MobX apps is geared towards thinking about the observable state. This itself is divided into the minimal core state and a derived state. Derivations are how we handle the various projections of the core state onto the UI and places where we need to perform domain-specific operations. Before adding more core state, think about whether it can be rolled in as derived state. Only when that is not possible should you introduce new core state.

We saw how an async action is quite similar to a regular action without much ceremony. The only caveat is when you have configured MobX to enforceActions. In that case, you have to wrap state mutations in the async code inside runInAction(). When there are several async parts within the action, flow() is a better option. It takes a generator function (denoted by function*(){ }) that is interspersed with yield to the various promise-based calls.

reaction() and autorun() offer extra options to control their behavior. They share most...

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 $15.99/month. Cancel anytime
Visually different images