- Flux Architecture
- Adam Boduch
- 120字
- 2021-07-16 10:48:59
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "When the HOME_LOAD
action is dispatched, we change the state of the store."
A block of code is set as follows:
// This object is used by several action // creator functions as part of the action // payload. export constPAYLOAD_SORT = { direction: 'asc' };
推薦閱讀
- HornetQ Messaging Developer’s Guide
- C語言最佳實踐
- Learning ArcGIS Pro
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Java項目實戰精編
- Elasticsearch Server(Third Edition)
- 區塊鏈技術與應用
- NetBeans IDE 8 Cookbook
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Clojure Web Development Essentials
- Java項目驅動開發教程
- Mastering Docker(Second Edition)
- 零基礎學Python(升級版)
- 走向TensorFlow 2.0:深度學習應用編程快速入門
- Elasticsearch技術解析與實戰