๐๏ธ Introduction
In this tutorial we will learn how to create a simple todo list using Ripple.
๐๏ธ The Lake
Let's start by defining our global state. We'll use a simple array of todo items.
๐๏ธ The Service
The service class is there to handle all the logic.
๐๏ธ The component
The component is a simple todo list. It is composed of two parts:
๐๏ธ Without Service
This is an alternate version withut teh use of a service.