The dynamic programmer
Choo
We will mock our Firebase database to test our storage service.
Replacing local storage with Firebase was very easy due to our architecture and the ease of use of Firebase.
Upgrading our tv series application to version 5
We will be adding validation to our form and displaying errors to the user.
We are able to add and list records, not we need to be able to edit and delete those records.
We will use localStorage to store and load our data so it persist between sessions.
We will improve on the previous refactoring where we removed dependencies on the framework.
The default application template comes with standard for linting, but I have been using eslint latelly and really like it.
In this post we will refactor the elements to reduce their dependency on the library.
In this post we will build a simple application with choo that list a series of tv shows, we will look at how to use the choo-cli and how to do some testing.