目錄(128章)
倒序
- coverpage
- Title Page
- Credits
- About the Author
- About the Reviewer
- www.PacktPub.com
- Customer Feedback
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Downloading the color images of this book
- Errata
- Piracy
- Questions
- Foundation of Meteor
- Setting up the development environment
- Building a Meteor app
- The frontend with React
- The React's state
- Adding state to a stateless function component
- Inheritance versus composition
- Adding a state to a component
- Meteor with React
- Adding and removing atmosphere packages in Meteor
- Integrating React with Meteor's reactive data system
- Explore MongoDB in the Meteor shell
- Publishing and Subscribing
- Improvements in the current code
- Summary
- Building a Shopping Cart
- Creating the project structure
- On the server
- Building the application components
- The ProductsContainer
- PropTypes
- The CartContainer
- Adding router to the application
- App.js
- ProductComponent.js
- The data containers
- BooksContainer.js
- MusicContainer.js
- Meteor methods
- Removing item from the cart
- Updating the quantity of an item in the cart
- Let's create another method that will calculate the cart's total price
- Considerations for scalability
- Basic validations on the server
- Defining a schema
- Defaults
- Summary
- Style Your React Components with Bootstrap and Material Design
- Mobile first
- Making it mobile friendly!
- Modular CSS with LESS
- Test it out!
- Modular CSS with Syntactically Awesome StyleSheets
- Bootstrap and Meteor
- Using CSS modules with Meteor
- Meteor and webpack styling the shopping cart
- Test it out!
- Test it out!
- Styling the shopping cart with Material Design Lite
- The grid
- Summary
- Real-Time Twitter Streaming
- Twitter streaming
- The application structure
- Meteor with Redux
- Redux and pure functions
- The Redux parts
- Why do we need Redux when we have Minimongo on the client?
- Building the App
- Folder structure client
- Getting the data from the collection
- Async actions in Redux
- Creating the App components
- Connecting the Redux store with the React components
- The containers and the components of the App
- The Filter components
- Tweets component
- The Sentiment component
- On the Server
- Test it out and improve it!
- Summary
- Developing Kanban Project Management Tool
- Drag and drop in React
- Test it out!
- Building the App
- The reducer function
- Building the Modal
- Test it out!
- Higher-Order Components
- Test it out!
- Summary
- Building a Real-Time Search Application
- Importing the data
- Index a text field
- Try it out!
- Building the app
- Test it Out!
- Summary
- Real-Time Maps
- Building the App
- The server side
- Test it out!
- Summary
- Build a Chatbot with Facebook’s Messenger Platform
- Building the app
- Training the bot
- Moving the chatbot to the Meteor app
- Test it out and improve it!
- Adding Cassandra to our stack
- Adding GraphQL to the stack
- Summary
- Build Internet of Things Platform
- What is gRPC?
- Test it out!
- Building the apps
- Test it out!
- Test it out!
- Test it and improve it!
- Summary 更新時間:2021-07-09 19:49:15
推薦閱讀
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- PHP+MySQL網站開發技術項目式教程(第2版)
- Elastic Stack應用寶典
- 深入淺出Android Jetpack
- Nexus規模化Scrum框架
- Mastering Rust
- Mastering Linux Network Administration
- UML 基礎與 Rose 建模案例(第3版)
- 軟件供應鏈安全:源代碼缺陷實例剖析
- C語言程序設計習題與實驗指導
- Learning Python Data Visualization
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- PHP動態網站開發實踐教程
- Mastering Node.js
- Learning GraphQL and Relay
- Hands-On Artificial Intelligence with Unreal Engine
- Getting Started with SQL Server 2014 Administration
- R語言數據處理及可視化分析
- 商業銀行經營管理(第2版)
- 跟老男孩學Linux運維:核心系統命令實戰
- VEX IQ機器人設計入門與編程實例
- 大規模Scrum:大規模敏捷組織的設計
- INSTANT HTML5 Local Storage How-to
- Oracle Primavera P6 Version 8:Project and Portfolio Management
- ODPS權威指南:阿里大數據平臺應用開發實踐
- Java多線程編程核心技術(第3版)
- Python機器學習原理與算法實現
- ASP.NET 4.0編程技術大全
- Three.js Cookbook