Thursday, October 29, 2020

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


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/125f2bbd-dc31-4408-9b53-de100d0f4bd9o%40googlegroups.com.

No comments:

Post a Comment