Examples
To demonstrate how to use Diode in various cases, check out these example projects.
Simple
A very simple Diode application having just a single counter as application model
Treeview
This is a bit more complex example application using Diode. It features a hierarchical data structure representing a directory tree.
TodoMVC
The familiar TodoMVC application implemented in Diode React. Adapted from TodoMVC Scala.js React.
Animation with RAF
This example demonstrates how to batch and execute actions using requestAnimationFrame
and an action processor, to build smooth and easy animations.