舉報

會員
MobX Quick Start Guide
MobXisasimpleandhighlyscalablestatemanagementlibraryinJavaScript.Itsabstractionscanhelpyoumanagestateinsmalltoextremelylargeapplications.However,ifyouarejuststartingout,itisessentialtohaveaguidethatcanhelpyoutakethefirststeps.ThisbookaimstobethatguidethatwillequipyouwiththeskillsneededtouseMobXandeffectivelyhandlethestatemanagementaspectsofyourapplication.Youwillfirstlearnaboutobservables,actions,andreactions:thecoreconceptsofMobX.ToseehowMobXreallyshinesandsimplifiesstatemanagement,you'llworkthroughsomereal-worldusecases.Buildingonthesecoreconceptsandusecases,youwilllearnaboutadvancedMobX,itsAPIs,andlibrariesthatextendMobX.Bytheendofthisbook,youwillnotonlyhaveasolidconceptualunderstandingofMobX,butalsopracticalexperience.Youwillgaintheconfidencetotacklemanyofthecommonstatemanagementproblemsinyourownprojects.
目錄(187章)
倒序
- 封面
- Title Page
- Copyright and Credits
- MobX Quick Start Guide
- Dedication
- Packt Upsell
- Why subscribe?
- PacktPub.com
- Foreword
- Contributors
- About the authors
- About the reviewer
- Packt is searching for authors like you
- Preface
- Who this book is for
- What this book covers
- To get the most out of this book
- Download the example code files
- Download the color images
- Code in Action
- Conventions used
- Get in touch
- Reviews
- Introduction to State Management
- The client state
- Handling changes in state
- The side effect model
- A speed tour of MobX
- An observable state
- Observing the state changes
- It's time to take action
- A comparison with Redux
- Redux in a nutshell
- MobX versus Redux
- Summary
- Observables Actions and Reactions
- Technical requirements
- Observables
- Creating observables
- Observable arrays
- Observable maps
- A note on observability
- The computed observable
- Better syntax with decorators
- Actions
- Enforcing the use of actions
- Decorating actions
- Reactions
- autorun()
- reaction()
- A reactive UI
- when()
- when() with a promise
- Quick recap on reactions
- Summary
- A React App with MobX
- Technical requirements
- The book search
- Observable state and actions
- Managing the async action
- The Reactive UI
- Getting to the store
- The SearchTextField component
- The ResultsList component
- Summary
- Crafting the Observable Tree
- Technical requirements
- The shape of data
- Controlling observability
- Using @decorators
- Creating shallow observables with @observable.shallow
- Creating reference-only observables with @observable.ref
- Creating structural observables with @observable.struct
- Using the decorate() API
- Decorating with observable()
- Extending the observability
- Derived state with @computed
- Structural equality
- Modeling the stores
- Observable state
- Derived state
- Actions
- Summary
- Derivations Actions and Reactions
- Technical requirements
- Derivations (computed properties)
- Is it a side effect?
- There's more to computed()
- Error handling inside computed
- Actions
- Why an action?
- Async actions
- Wrapping with runInAction()
- flow()
- Reactions
- Configuring autorun() and reaction()
- Options for autorun()
- Options for reaction()
- When does MobX react?
- The rules
- Summary
- Handling Real-World Use Cases
- Technical requirements
- Form validation
- The interactions
- Modeling the observable state
- Onto the actions
- Completing the triad with reactions
- React components
- The UserEnrollmentForm component
- Other observer components
- Page routing
- The Cart checkout workflow
- Modeling the observable state
- A route for a step a step for a route
- The WorkflowStep
- Actions and reactions of the workflow
- Loading a step
- The HistoryTracker
- The React components
- The TemplateStepComponent
- The ShowCart component
- A state-based router
- Summary
- Special API for Special Cases
- Technical requirements
- Direct manipulation with the object API
- Granular reads and writes
- From MobX to JavaScript
- Watching the events flow by
- Hooking into the observability
- Lazy loading the temperature
- Gatekeeper of changes
- Intercepting the change
- observe() the changes
- Development utilities
- Using spy() to track the reactivity
- Tracing a reaction
- Visual debugging with mobx-react-devtools
- A few other APIs
- Querying the reactive system
- Probing deeper into the reactive system
- Summary
- Exploring mobx-utils and mobx-state-tree
- Technical requirements
- The utility functions of mobx-utils
- Visualizing async-operations with fromPromise()
- Using lazyObservable() for deferred updates
- A generalized lazyObservable() with fromResource()
- A view model to manage edits
- There is lot more to discover
- An opinionated MobX with mobx-state-tree
- Models – properties views and actions
- Defining actions on the model
- Creating derived information with views
- Fine-tuning primitive types
- Composing trees
- References and identifiers
- Referencing by types.identifier() and types.reference()
- Out-of-the-box benefits of declarative models
- Immutable snapshots
- JSON patches
- Middlewares
- Further reading
- Summary
- Mobx Internals
- Technical requirements
- A layered architecture
- The Atom
- Reading atoms at runtime
- Creating an Atom
- The atomic clock example
- ObservableValue
- ComputedValue
- Efficient computation
- Derivation
- The cycle of derivation
- Exception handling
- The API layer
- Transparent functional reactive programming
- It is Transparent...
- It is reactive...
- It is functional...
- Value Oriented Programming
- Summary
- Other Books You May Enjoy
- Leave a review - let other readers know what you think 更新時間:2021-08-05 10:34:51
推薦閱讀
- 智慧城市:大數據、互聯網時代的城市治理(第4版)
- SOA用戶指南
- 互聯網安全的40個智慧洞見:2015年中國互聯網安全大會文集
- NB-IoT物聯網技術解析與案例詳解
- React:Cross-Platform Application Development with React Native
- 雷達饋線技術
- 城域網與廣域網(第2版)
- 智慧光網絡:關鍵技術、應用實踐和未來演進
- 通信原理及MATLAB/Simulink仿真
- Kong網關:入門、實戰與進階
- 網絡環境中基于用戶視角的信息質量評價研究
- 搶占下一個智能風口:移動物聯網
- 4G小基站系統原理、組網及應用
- 網管工具使用與技巧大全
- 網絡綜合布線(第2版)
- Learning Node.js Development
- 計算機通信網絡安全
- Corona SDK Application Design
- 物聯網概論
- SD-WAN 架構與技術
- 結網@改變世界的互聯網產品經理(修訂版)
- XSS跨站腳本攻擊剖析與防御
- 深入理解Kubernetes網絡系統原理
- 移動應用開發技術
- 世界網力:2018年中國網信產業桔皮書
- 夢工廠之沸騰關鍵幀:Maya動畫手冊
- Vaadin 7 Cookbook
- Igor Pro實用教程:圖表繪制、數據分析與程序設計
- LiveCode Mobile Development Cookbook
- Flutter技術入門與實戰