- Build Applications with Meteor
- Dobrin Ganev
- 388字
- 2021-07-09 19:48:51
What this book covers
Chapter 1, Foundation of Meteor, walks you through the installation of Meteor and getting to grips with the core concepts of the framework.
Chapter 2, Building a Shopping Cart, teaches you to build a CRUD shopping cart application using React as a view layer. Also, we will cover client-side routing and Meteor methods.
Chapter 3, Style Your React Components with Bootstrap and Material Design, provides an overview of the responsive web design by building a mobile first CSS grid from scratch using SASS and LESS; then we will move on to exploring the two most popular CSS frameworks: Bootstrap and Material Design. By styling the shopping cart application from the last chapter, we will go over the challenges of building scalable CSS and concepts such as CSS modules and React inline styles.
Chapter 4, Real-Time Twitter Streaming, introduces a frontend state management container, called Redux. We will also become familiar with Twitter’s Streaming API by building an application that will parse tweets by user and location, perform a simple sentiment analysis, and ingest them into MongoDB.
Chapter 5, Developing Kanban Project Management Tool, outlines the steps for building a Kanban app by implementing the React DnD library; we will also learn how we can enhance our React components using a pattern called Higher-Order Components.
Chapter 6, Building a Real-Time Search Application, explores adding a full-text search on MongoDB collection to our Meteor application. Calling the async functions in Meteor Methods with Fibers and Promises, and adding the native Node.js MongoDB, driver will also be covered.
Chapter 7, Real-Time Maps, covers adding user accounts into our Meteor app, client-side routing, and real-time geo functionality with React-Leaflet components.
Chapter 8, Build a Chatbot with Facebook’s Messenger Platform, gets you started with using Angular 2 for your view layer. We will also add a distributed database, Cassandra, and with GraphQL we will be able to query both the MongoDB and Cassandra databases in a single trip to the server. Using the Wit.ai API, we will build a chatbot prototype that will mock up an online flower store.
Chapter 9, Build Internet of Things Platform, explores another data transport layer, gRPC from Google, by implementing a server-to-server data transport without human intervention.
- C#完全自學(xué)教程
- Interactive Data Visualization with Python
- 從學(xué)徒到高手:汽車電路識(shí)圖、故障檢測(cè)與維修技能全圖解
- Julia Cookbook
- 重學(xué)Java設(shè)計(jì)模式
- C程序設(shè)計(jì)實(shí)踐教程
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Spring Boot+Vue全棧開發(fā)實(shí)戰(zhàn)
- JavaScript應(yīng)用開發(fā)實(shí)踐指南
- Simulation for Data Science with R
- 精通Spring:Java Web開發(fā)與Spring Boot高級(jí)功能
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 你必須知道的.NET(第2版)
- Game Programming using Qt 5 Beginner's Guide
- Python Business Intelligence Cookbook