An open API service indexing awesome lists of open source software.

https://github.com/kwasniew/hyperbook

https://github.com/kwasniew/hyperbook-tutorial
https://github.com/kwasniew/hyperbook

book functional-js hyperapp tutorial

Last synced: about 20 hours ago
JSON representation

https://github.com/kwasniew/hyperbook-tutorial

Awesome Lists containing this project

README

          

[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-blue.svg)](http://creativecommons.org/licenses/by-nc-nd/4.0/)

# Hyperapp: Functional Front-ends for Pure Happiness

## Table of Contents

* [Preface](manuscript/preface.md)
* [Chapter 1: Elevator Pitch](manuscript/ch1.md)
* [Chapter 2: View as a function of state](manuscript/ch2.md)
* [Chapter 3: Development workflow](manuscript/ch3.md)
* [Chapter 4: Functional data flow](manuscript/ch4.md)
* [Chapter 5: Actions and DOM events](manuscript/ch5.md)
* [Chapter 6: Effects as data](manuscript/ch6.md)
* [Chapter 7: Subscriptions](manuscript/ch7.md)
* [Chapter 8: Modeling state](manuscript/ch8.md)
* [Chapter 9: Runtime optimisation](manuscript/ch9.md)
* [Chapter 10: Unit testing](manuscript/ch10.md)
* [Chapter 11: Integration testing](manuscript/ch11.md)
* [Chapter 12: Server-side routing](manuscript/ch12.md)
* [Chapter 13: Client-side routing and 3rd party integration](manuscript/ch13.md)
* [Chapter 14: Server-side rendering](manuscript/ch14.md)
* [Chapter 15: Production](manuscript/ch15.md)
* [Chapter 16: Less is more](manuscript/ch16.md)