Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
MobX Quick Start Guide

You're reading from  MobX Quick Start Guide

Product type Book
Published in Jul 2018
Publisher Packt
ISBN-13 9781789344837
Pages 236 pages
Edition 1st Edition
Languages
Authors (2):
Pavan Podila Pavan Podila
Profile icon Pavan Podila
Michel Weststrate Michel Weststrate
Profile icon Michel Weststrate
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}