- Flux Architecture
- Adam Boduch
- 201字
- 2021-07-16 10:48:58
Preface
I love Backbone.js. It's an amazing little library that does so much with so little. It's also unopinionated—there are endless ways to do the same thing. This last point gives many Backbone.js programmers a headache. The freedom to implement things the way we see fit is great, until we start making those unavoidable consistency errors.
When I first started with Flux, I couldn't really see how such an architecture could help out a mere Backbone.js programmer. Eventually, I figured out two things. First, Flux is unopinionated where it matters—the implementation specifics. Two, Flux is very much like Backbone in the spirit of minimal moving parts that do one thing well.
As I started experimenting with Flux, I realized that Flux provides the missing architectural perspective that enables scalability. Where Backbone.js and other related technologies fall apart is when something goes wrong. In fact, these bugs can be so difficult that they're never actually fixed—the whole system is scarred with workarounds.
I decided to write this book in the hope that other programmers, from all walks of JavaScript, can experience the same level of enlightenment as I have working with this wonderful technology from Facebook.
- Vue.js入門與商城開發實戰
- Python自動化運維快速入門
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python高級編程
- Mastering PHP Design Patterns
- Hands-On JavaScript High Performance
- Python自然語言處理(微課版)
- Mastering macOS Programming
- 程序員修煉之道:通向務實的最高境界(第2版)
- Hands-On Kubernetes on Windows
- 人工智能算法(卷1):基礎算法
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- Learning Image Processing with OpenCV
- ASP.NET Core and Angular 2