首頁 > 計(jì)算機(jī)網(wǎng)絡(luò) >
編程語言與程序設(shè)計(jì)
> Building Single:page Web Apps with Meteor最新章節(jié)目錄
目錄(115章)
倒序
- coverpage
- Building Single-page Web Apps with Meteor
- Credits
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Getting Started with Meteor
- The full-stack framework of Meteor
- Meteor's requirements
- Installing Meteor
- Creating our first app
- Adding basic packages
- Variable scopes
- Meteor's folder conventions and loading order
- Meteor's command-line tool
- Summary
- Chapter 2. Building HTML Templates
- Writing templates in Meteor
- Building the basic templates
- Adding templates and partials
- Displaying data with template helpers
- Setting the data context for a template
- "this" in template helpers and template callbacks
- Adding events
- Block helpers
- Listing posts
- Spacebars syntax
- Summary
- Chapter 3. Storing Data and Handling Collections
- Meteor and databases
- Setting up a collection
- Adding post examples
- Querying a collection
- Updating a collection
- Database everywhere
- Differences between client and server collections
- Summary
- Chapter 4. Controlling the Data Flow
- Syncing data – the current Web versus the new Web
- Removing the autopublish package
- Publishing data
- Publishing only parts of data
- Publishing specific fields
- Lazy loading posts
- Switching subscriptions
- Some notes on data publishing
- Summary
- Chapter 5. Making Our App Versatile with Routing
- Adding the iron:router package
- Setting up the router
- Switching to a layout template
- Adding another route
- Moving the posts subscription to the Home route
- Setting up the post route
- Changing the website's title
- Summary
- Chapter 6. Keeping States with Sessions
- Meteor's session object
- Using sessions in template helpers
- Rerunning functions reactively
- Using autorun in a template
- The reactive session object
- Summary
- Chapter 7. Users and Permissions
- Meteor's accounts packages
- Adding the accounts packages
- Adding admin functionality to our templates
- Creating the template to edit posts
- Creating the admin user
- Creating routes for the admin
- Summary
- Chapter 8. Security with the Allow and Deny Rules
- Adding a function to generate slugs
- Creating a new post
- Editing posts
- Restricting database updates
- Adding a deny rule
- Adding posts using a method call
- Calling the method
- Summary
- Chapter 9. Advanced Reactivity
- Reactive programming
- Building a simple reactive object
- Creating an advanced timer object
- Reactive computations
- Summary
- Chapter 10. Deploying Our App
- Deploying on meteor.com
- Deploying on other servers
- Outlook
- Summary
- Chapter 11. Building Our Own Package
- The structure of a package
- Creating our own package
- Releasing our package to the public
- Summary
- Chapter 12. Testing in Meteor
- Types of tests
- Testing packages
- Testing our meteor app
- Acceptance tests
- Summary
- Appendix A. Appendix
- List of Meteor's command-line tool commands
- The iron:router hooks
- Index 更新時(shí)間:2021-08-06 19:29:56
推薦閱讀
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- Python數(shù)據(jù)分析基礎(chǔ)
- Instant Typeahead.js
- 云原生Spring實(shí)戰(zhàn)
- INSTANT CakePHP Starter
- HTML5 and CSS3 Transition,Transformation,and Animation
- Hands-On Microservices with Kotlin
- Learning OpenStack Networking(Neutron)(Second Edition)
- 區(qū)塊鏈底層設(shè)計(jì)Java實(shí)戰(zhàn)
- 零基礎(chǔ)Java學(xué)習(xí)筆記
- Julia for Data Science
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- Puppet:Mastering Infrastructure Automation
- 量子計(jì)算機(jī)編程:從入門到實(shí)踐
- jQuery Essentials
- Boost.Asio C++ Network Programming Cookbook
- 編程改變生活:用PySide6/PyQt6創(chuàng)建GUI程序(進(jìn)階篇·微課視頻版)
- Learn iOS 11 Programming with Swift 4(Second Edition)
- Android移動(dòng)應(yīng)用設(shè)計(jì)與開發(fā)(第2版):基于Android Studio開發(fā)環(huán)境
- React 16 Essentials(Second Edition)
- Visual C#程序設(shè)計(jì)應(yīng)用教程(第2版)
- Vue.js 前端開發(fā) 快速入門與專業(yè)應(yīng)用
- AWS Tools for PowerShell 6
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)項(xiàng)目化教程
- Clojure Data Analysis Cookbook(Second Edition)
- Learning TypeScript 2.x
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- Go語言定制指南
- 程序是怎樣跑起來的