Here is "hello world" in Deku. In this and all the following sections, we'll start with a full example, and we'll pick it apart afterwards.
And here's what it produces:
You gotta start somewhere!
Deku sets up shop in an arbitrary DOM component. In the main function above, we use 🚀 to automatically insert our Deku tree into the body.
Now that we have our setup running, let's make a more interesting component.