You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PWAs are too abstract for a show. If you want to do something like that, I suggest picking apart the platform. How is the browser structured, how is the DOM part of the render engine, how does threading work, what's the event loop in detail, how do workers in general differ from the DOM and it's thread architecture, what is the service worker, how does the view rendering work and what to pay attention to if we want to cheaply mutate the DOM and so on and so on. There barely are proper offline first PWAs out there in the wild and that's not surprising considering the actual complexity as proper implementations go way beyond caching and it's getting worse with WASM in mind because we now have to manage and sync state in 6+ places. pick apart the platform instead and work your way there step by step.
For example
...
The text was updated successfully, but these errors were encountered: