- Flux Architecture
- Adam Boduch
- 153字
- 2021-07-16 10:49:00
Chapter 1. What is Flux?
Flux is supposed to be this great new way of building complex user interfaces that scale well. At least that's the general messaging around Flux, if you're only skimming the Internet literature. But, how do we define this great new way of building user interfaces? What makes it superior to other more established frontend architectures?
The aim of this chapter is to cut through the sales bullet points and explicitly spell out what Flux is, and what it isn't, by looking at the patterns that Flux provides. And since Flux isn't a software package in the traditional sense, we'll go over the conceptual problems that we're trying to solve with Flux.
Finally, we'll close the chapter by walking through the core components found in any Flux architecture, and we'll install the Flux npm
package and write a hello world Flux application right away. Let's get started.
- 新編Visual Basic程序設計上機實驗教程
- FuelPHP Application Development Blueprints
- Modular Programming with Python
- Beginning C++ Game Programming
- 密碼學原理與Java實現
- Arduino by Example
- Learning C++ Functional Programming
- 數據結構習題精解(C語言實現+微課視頻)
- The Computer Vision Workshop
- 大模型RAG實戰:RAG原理、應用與系統構建
- Learning Salesforce Einstein
- Node.js全程實例
- Python深度學習:基于TensorFlow
- Keras深度學習實戰
- Natural Language Processing with Java and LingPipe Cookbook