- 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' };
推薦閱讀
- JavaScript百煉成仙
- Java Web程序設計
- Access 2010數據庫基礎與應用項目式教程(第3版)
- Unity Game Development Scripting
- C語言程序設計
- Learning Unity 2D Game Development by Example
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Visual Basic程序設計上機實驗教程
- ASP.NET開發與應用教程
- 一本書講透Java線程:原理與實踐
- Android移動應用開發項目教程
- JavaScript設計模式與開發實踐
- C++從零開始學(視頻教學版)(第2版)
- Flask Web開發實戰:入門、進階與原理解析
- Kotlin核心編程