evilgeniuslabs / tree-v2

6.5’ white tree with 250 WS2811 RGB LEDs, driven by an ESP8266 microcontroller using the FastLED library, controlled with a web app over WiFi and/or an infrared remote control.
GNU General Public License v3.0
134 stars 34 forks source link

JsViews - templates and binding #1

Closed jasoncoon closed 7 years ago

jasoncoon commented 7 years ago

Switched most controls from manual jQuery manipulation to JsViews, which provides lightweight templates and data binding, eliminates a lot of manual js/jQuery code.