Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talk show / discussions with other people #10

Open
eddiejaoude opened this issue May 7, 2018 · 3 comments
Open

Talk show / discussions with other people #10

eddiejaoude opened this issue May 7, 2018 · 3 comments

Comments

@eddiejaoude
Copy link
Contributor

eddiejaoude commented May 7, 2018

For example

  • PWAs (for example dule___)
  • Starting in tech (for example evbrink, spectrespeed)
  • Startup (for example: Andrew, Jeremy)
    ...
@eddiejaoude2
Copy link

  • Building a community on Twitch (e.g. noopkat)

@mtsiedent
Copy link
Contributor

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.

@eddiejaoude
Copy link
Contributor Author

Thanks for the detailed feedback @mtsiedent 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants