{"id":15590715,"url":"https://github.com/babblebey/tilconf-islands-architecture-talk","last_synced_at":"2025-03-18T14:38:28.613Z","repository":{"id":239926273,"uuid":"799877195","full_name":"babblebey/tilconf-islands-architecture-talk","owner":"babblebey","description":"This repository contains resources (consumed as reference) in the talk on Island Architecture presented at TILConf 2024. ","archived":false,"fork":false,"pushed_at":"2024-08-15T14:15:51.000Z","size":2881,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T19:14:03.208Z","etag":null,"topics":["astrojs","deno-fresh","islands-architecture","javascript","markojs","resources","single-page-applications","spa","ssr","talks-and-papers"],"latest_commit_sha":null,"homepage":"https://speakerdeck.com/babblebey/islands-architecture-a-recipe-for-modern-web-performance-optimization","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/babblebey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-13T09:20:22.000Z","updated_at":"2024-08-15T14:15:54.000Z","dependencies_parsed_at":"2024-11-24T20:11:27.208Z","dependency_job_id":"fa26a333-0d11-4d6d-938a-8fbbb1073a4d","html_url":"https://github.com/babblebey/tilconf-islands-architecture-talk","commit_stats":null,"previous_names":["babblebey/tilconf-islands-architecture-talk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babblebey%2Ftilconf-islands-architecture-talk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babblebey%2Ftilconf-islands-architecture-talk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babblebey%2Ftilconf-islands-architecture-talk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babblebey%2Ftilconf-islands-architecture-talk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babblebey","download_url":"https://codeload.github.com/babblebey/tilconf-islands-architecture-talk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244242013,"owners_count":20421796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astrojs","deno-fresh","islands-architecture","javascript","markojs","resources","single-page-applications","spa","ssr","talks-and-papers"],"created_at":"2024-10-02T23:27:13.638Z","updated_at":"2025-03-18T14:38:28.575Z","avatar_url":"https://github.com/babblebey.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Islands Architecture: A Recipe for Modern Web Performance Optimization\n\n![Screenshot 2024-05-15 132121](https://github.com/babblebey/tilconf-islands-architecture-talk/assets/25631971/976036fb-80d4-492f-ab5a-4c14d87347c1)\n\nThis repository contains resources (consumed as reference) in the talk on Island Architecture presented at **TILConf 2024**. The presentation discusses the challenges posed by JavaScript-heavy web applications and introduces Islands Architecture as a solution to these challenges. It explores the benefits of Islands, how they work, and compares them to Single Page Applications (SPA).\n\n## Talk/Presentation Recording\n\n- [YouTube Live Replay](https://dub.sh/tilconf-islands) - Live session recording of the talk/presentation.\n\n## Presentation Slides\n\n- [Speaker Deck](https://speakerdeck.com/babblebey/islands-architecture-a-recipe-for-modern-web-performance-optimization) - Slides used in the presentation.\n\n## Demo Websites\n\n- [Qubly (SPA)](https://github.com/babblebey/qubly) - Initial Implementation\n- [Qubly (SPA + SSR)](https://github.com/babblebey/qubly-ssr) - Implementation with Server-side Rendering \n- [Qubly (Island Architecture)](https://github.com/babblebey/qubly-island) - Implementation with Islands Architecture\n- [Qubly (Island Architecture) - No JS](https://qubly-island-nojs.netlify.app/) - Implementation deployment with interactivity removed from navbar and No JavaScript shipped\n\n## Related Articles and Resources\n\n- [Islands Architecture](https://jasonformat.com/islands-architecture/) - JASON's First explanation of Islands Architecture\n- [Islands Architecture](https://www.patterns.dev/vanilla/islands-architecture/) - Patterns.dev\n- [A Gentle Introduction to Islands](https://deno.com/blog/intro-to-islands) - Deno Blog\n\n## Frameworks and Libraries\n\n- [Astro](https://astro.build/) - Official website for the Astro framework.\n- [Fresh](https://fresh.deno.dev/) - Official website for the Fresh framework.\n- [Marko](https://markojs.com/) - Official website for the Marko framework.\n\n## Other Resources\n\n- [Island Architecture with Astro](https://javascript-conference.com/blog/island-architecture-with-astro/) - International JavaScript Conference Blog on Astro\n- [Fresh: a new full stack web framework for Deno](https://portal.gitnation.org/contents/fresh-a-new-full-stack-web-framework-for-deno) - A Talk that introduces Fresh, a full-stack web framework for Deno, and covers its features.\n- [A First Look at MarkoJS](https://dev.to/ryansolid/a-first-look-at-markojs-3h78) - A Quick dive into building application using MarkoJS.\n- [Islands Architecture](https://mainawycliffe.dev/blog/island-architecture/) - Islands Architecture, why they exist, and the frameworks currently applying them.\n\n## Feedback and Contributions\n\nIf you have feedback or would like to contribute to this repository, please [open an issue](https://github.com/babblebey/tilconf-islands-architecture-talk/issues) or [submit a pull request](https://github.com/babblebey/tilconf-islands-architecture-talk/pulls). Your contributions are welcome!\n\n## Support\n\nDo leave this repo a star ⭐️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabblebey%2Ftilconf-islands-architecture-talk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabblebey%2Ftilconf-islands-architecture-talk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabblebey%2Ftilconf-islands-architecture-talk/lists"}