- Meteor Design Patterns
- Marcelo Reyna
- 147字
- 2021-07-09 21:41:58
Chapter 1. Getting Started with Meteor
Meteor is a framework that is essentially fast for the purpose of development even if you program at a slow pace. The aim of this book is to increase your development speed and improve quality. There are two key ingredients required to improve development: compilers and patterns. Compilers add functionality to your coding language, while patterns increase the speed at which you solve common programming issues.
This book will mostly cover patterns, but we'll use this chapter to quick start compilers and understand how they relate to Meteor—a vast but simple topic. The compilers that we will look at are as follows:
- CoffeeScript
- Jade
- Stylus
We will review some basic knowledge you should have about Meteor. This will cover the following:
- Templates, helpers, and events
- The event loop and the merge box
- The must-have packages
- Folder structure
推薦閱讀
- Leap Motion Development Essentials
- C# Programming Cookbook
- Java高手真經(高級編程卷):Java Web高級開發技術
- 趣學Python算法100例
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- PLC編程及應用實戰
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- INSTANT Sinatra Starter
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Programming with CodeIgniterMVC
- Kubernetes進階實戰
- Arduino計算機視覺編程
- Visual Basic程序設計實驗指導及考試指南
- Xamarin Cross-Platform Development Cookbook