Skip to content

Latest commit

 

History

History
84 lines (53 loc) · 2.74 KB

README.md

File metadata and controls

84 lines (53 loc) · 2.74 KB

CompoundJS guides

Basics

Crash course to CompoundJS. Create your first app, learn structure, use generators and tools.

Take closer look at compound elements. Every part of application do it's own thing. This guide allows you to learn how use each part of compound and bundle it together to create awesome application.

Intermediate things

How to draw your application's routing map in few expressions. This guide shows you all compound routing map power and beauty.

Everything you need to know about controllers and request handling flow: actions, hooks, middleware stack.

Views, layouts, templating engines and all related stuff (except helpers, because helpers is a big theme worth separate guide).

Everything about built-in and custom-made helpers. Learn how to create your own helpers and helper-related techniques to simplify and beautify your views.

Types of attacks and how to protect your app against them. Which compoundjs features could be helpful.

Advanced topics

Short talk about meta-programming techniques could be used to DRY controllers and reuse controllers code.

Learn how to use events to hook up particular application loading stages. Then use API methods to configure compound for your application needs.

Let's see how to extend compound and make your code reusable using extensions API.

TODO: describe

TODO: describe