Posts in category time travel

Using Vue as an Angular alternative for Ionic: The Filter...

updated thumbnail Ionic Vue Cordova

Developers generally come to Vue because they want something like AngularJS, but not Angular. Filters are part of this package: they are simple and powerful.

Implementing Redux Time Travel in an Ionic Application

thumbnail ionic redux time travel undo redo

Implementing an Undo Redo System (or Time Traveling) in an Ionic application can be complex, we have to keep in memory states, changes, actions, bindings and this is a huge headache. On the other side if we use Redux, this can be done with 10-20 lines of code. So let’s use this baby!