- Serverless Web Applications with React and Firebase
- Harmeet Singh Mayur Tanna
- 231字
- 2021-08-27 19:11:06
Preface
Realtime applications have dominated the field of web applications for years. Real time isn't limited to only displaying data as soon as it's available; it shows its real power when used with interactive experiences, in which users and systems can instantly communicate with one another. With features such as virtual DOM and declarative views, React proves to be a better fit for such Realtime applications. Firebase makes building and rapid-prototyping these kinds of applications simpler by letting you focus on how the application should behave and look, without getting bogged down in the more tedious parts of Realtime development.
This book will cover the Firebase features such as Cloud Storage, Cloud Function, Hosting, and Realtime Database integration with React to develop rich, collaborative, real-time applications using only client-side code. We can also see how we can secure our application using Firebase Authentication and Database Security Rules. We also leverage the power of Redux to organize the data in the frontend. Redux attempts to make state mutations predictable by imposing certain restrictions on how and when updates can happen. Toward the end of the book, you will have improved your React skills by realizing the potential of Firebase to create real-time serverless web applications.
This book provides more practical insights rather than just theoretical concepts and includes basic to advanced examples—from hello world to a realtime Web Application.
- 軟件項目估算
- Java Web開發學習手冊
- Python for Secret Agents:Volume II
- Internet of Things with the Arduino Yún
- Go并發編程實戰
- INSTANT Yii 1.1 Application Development Starter
- JavaScript腳本特效編程給力起飛
- Python程序設計開發寶典
- 零基礎學C語言(第4版)
- Web前端開發精品課:HTML5 Canvas開發詳解
- PHP典型模塊與項目實戰大全
- Learning jqPlot
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)
- Java項目驅動開發教程
- jQuery Mobile從入門到精通