Thursday, October 29, 2020

Re: A new article about GWT and IndexedDB with well known Design Patterns

@Gardella: your welcome

@Thomas: thanks a lot for the info. I'm not expert in IndexedDB but yes... I've to learn that and I could try that in the next article 😀😉

Lofi
t.br...@gmail.com schrieb am Donnerstag, 29. Oktober 2020 um 13:54:13 UTC+1:

On Wednesday, October 28, 2020 at 11:11:24 PM UTC+1, lofid...@gmail.com wrote:
A new article about GWT and IndexedDB with known Design Patterns, enjoy reading: http://bit.ly/GwtIndexedDBDesignPatterns

Shouldn't your repository be async? Maybe returning promises?
(fwiw, I use https://github.com/jakearchibald/idb in JS which makes IndexedDB much easier to use, particularly with async/await; but even without async/await, such as GWT, promises are great, with Promise.all() to easily do things in parallel and wait for all of them to finish)

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/04c0a966-22d8-49b9-ad87-20d0cc1336e5n%40googlegroups.com.

No comments:

Post a Comment