- Mastering Immutable.js
- Adam Boduch
- 53字
- 2021-07-08 10:30:02
Mutations are destructive
When you mutate data, you change it. If data is immutable, you can't change it.
The purpose of Immutable.js is to bring unchangeable data to JavaScript.
Immutability is native to some programming languages. But why is changing data bad, and how does one write software with data that never changes?
推薦閱讀
- Vue.js前端開發基礎與項目實戰
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- TypeScript實戰指南
- 軟件項目管理實用教程
- Learning Data Mining with R
- Node.js全程實例
- 軟件項目管理實用教程
- uni-app跨平臺開發與應用從入門到實踐
- Learning Ionic
- 網頁設計與制作
- 編程的原則:改善代碼質量的101個方法
- Professional JavaScript
- MySQL數據庫教程(視頻指導版)
- Mastering Responsive Web Design