It covers many fundamentals and standard components. Many sections are linked to the corresponding podcast episodes making it easy to transfer between visual learning and audio learning.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A demo of custom attributes is now available in Tea Sampler. Clicking on the name allows editing, hitting the escape key cancels and reverts the edit. The cancel functionality is reusable and can be applied easily.
This shows you how to load text and structured data (JSON-serialized objects) into your Flavour app. This way you can bundle everything together neatly for convenience and offline use.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
An early draft of a new book on Flavour is now available: https://frequal.com/Flavour/book.html
It covers many fundamentals and standard components. Many sections are linked to the corresponding podcast episodes making it easy to transfer between visual learning and audio learning.
New sections have been added for:
https://frequal.com/Flavour/book.html
New partial chapters have been posted:
https://frequal.com/Flavour/book.html
I have published a new live demo of an interactive SVG scene using Flavour. The demo is here:
https://frequal.com/tea-sampler/svgTreesDynamic
The techniques used are described in Chapter 11 of the Flavour book here:
https://frequal.com/Flavour/book.html
It covers some SVG basics, how to make an SVG component, and how to make an SVG scene respond to user interaction via a slider.
I have completed Chapter 12 about State management in Flavour, including examples.
https://frequal.com/Flavour/book.html
The first demo is here. Once saved, the name is in Local Storage and survives refreshes.
https://frequal.com/tea-sampler/localState
The other demo is here. State survives page changes but not refreshes:
https://frequal.com/tea-sampler/stateSingleton
I have finished two major sections in Chapter 10, Custom Components in Flavour, including examples.
https://frequal.com/Flavour/book.html
A demo of custom attributes is now available in Tea Sampler. Clicking on the name allows editing, hitting the escape key cancels and reverts the edit. The cancel functionality is reusable and can be applied easily.
https://frequal.com/tea-sampler/cancelComponent
I've posted new updates to the Flavour book: https://frequal.com/Flavour/book.html
The new sections just added include Custom Components and Common Error Messages.
Many sections of the book draw from, and link to, the Flavourcast podcast. Examples from the podcast are available in the book text.
Flavourcast: https://castini.frequal.com/cast/show/Flavourcast/f7e171e8-22de-4f3b-adbb-5462991343c5
I've posted a new chapter in the Flavour book on Data Resource Loading: https://frequal.com/Flavour/book.html#org7a7c842
This shows you how to load text and structured data (JSON-serialized objects) into your Flavour app. This way you can bundle everything together neatly for convenience and offline use.