aatree

https://github.com/aatree
2016-02-12T12:39:46.000217Z

Taking more time off today. And thinking about doing more durable-cell demos.

1🤘
2016-02-12T16:42:33.000218Z

A todo demo with local storage seems quite appropriate, though I will want to research it a bit more before making any commitment.

2016-02-12T16:44:49.000219Z

Love to work on chat, but that needs server-side storage before adding local storage. Indeed, adding server-side storage by itself would be a nice intermediate step. This would allow you to change devices.

2016-02-12T16:46:06.000220Z

My concern here is that local storage can be lost at any time based on storage availability and usage history. So it is best to think of local storage as more of a cache.

2016-02-12T20:16:09.000222Z

@micha I was just looking at hoplon's storage-atom, used the the todoFRP demos. I was oblivious! 😄

2016-02-12T20:17:29.000223Z

Of course, there's a big difference between local storage and indexed db. But then, I've got a really difficult API in durable-cells. Gotta change that!

2016-02-12T20:18:30.000224Z

My first concern is to eliminate all need for worker-side application code.

2016-02-12T23:01:09.000231Z

The updated aaworker works with the existing tworker and duracell demos. :simple_smile:

2016-02-12T23:01:26.000232Z

--So it is at least backwards compatible.