این دوره برای چه کسانی است:
ما این دوره را با یک پروژه خالی شروع خواهیم کرد و نسخه اسباب بازی خود را از Cycle.js ساختیم تا بفهمیم دقیقاً چه چیزی در زیرhood اتفاق می افتد. هنگامی که یک پایه محکم از نحوه عملکرد Cycle.js داشته باشیم ، ما به استفاده از API Cycle.js ادامه خواهیم داد و با استفاده از الگوی Model-View-Intent برنامه ای را ایجاد خواهیم کرد.

در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم:
Separate Logic from Effects in Cycle.js
Organize Code in the Main and Effect Functions
Customize Effects from the Main Function
Generalize Effect Handling with Drivers in the run() Function
Read Effects from the DOM with Click Events
Use the Cycle.js run() Function
Make Our Toy DOM Driver More Flexible
Fine-grained Control over the DOM Source in Cycle.js
Use Hyperscript in Cycle.js as an Alternative to Template Languages
Convert our Toy DOM Driver to the Cycle.js DOM Driver
Read Text Input in a Cycle.js Hello World Application
Modify and Track State in Cycle.js
Fetch Data using the Cycle.js HTTP Driver
Manage Multiple Observable Streams in Cycle.js
Organize your Cycle.js Application into the Model-View-Intent Pattern
Create a Generic Cycle.js Component
Use a Cycle.js Component in the main() Function
Use Multiple Independent Instances of a Cycle.js Component
Isolate Component Instances in Cycle.js
Overview of Cycle.js