June 2016
Intermediate to advanced
910 pages
18h 59m
English
This chapter contains all of the code necessary to create, edit, list, and view blog entries. It also includes integration with the Quill rich text editor. You can follow along with the code, including all of the necessary Less/CSS for this portion of the app, in ch8.zip.
The construction of the application is split into the following four parts:
The following is a manifest for all of the code in this chapter. You can follow along with code listings in ch8.zip.
There's just one store for posts.
js/stores/posts.jsPost-related views covered, and their respective ...
Read now
Unlock full access