{"id":21801819,"url":"https://github.com/fchristenson/bundling-architecture","last_synced_at":"2026-05-15T23:12:00.713Z","repository":{"id":44314669,"uuid":"255035854","full_name":"fChristenson/bundling-architecture","owner":"fChristenson","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-12T11:19:25.000Z","size":2174,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T15:55:36.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/fChristenson.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}},"created_at":"2020-04-12T08:01:07.000Z","updated_at":"2020-04-12T08:51:40.000Z","dependencies_parsed_at":"2023-01-27T18:20:26.491Z","dependency_job_id":null,"html_url":"https://github.com/fChristenson/bundling-architecture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fChristenson/bundling-architecture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fChristenson%2Fbundling-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fChristenson%2Fbundling-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fChristenson%2Fbundling-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fChristenson%2Fbundling-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fChristenson","download_url":"https://codeload.github.com/fChristenson/bundling-architecture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fChristenson%2Fbundling-architecture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-27T11:20:15.094Z","updated_at":"2026-05-15T23:12:00.699Z","avatar_url":"https://github.com/fChristenson.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The bundling architecture\n\n## What we will cover\n\n- How over time bundling time increases\n- How over time frontend unit test execution time grows\n- How to think about code structure to make testing fast\n- What we can do when our tests are already slow\n\n## Notes\n\nAny successful frontend project will at some point grow bigger.\n\nOver time you will notice that your bundling time increases.\nThis happens for a number of reasons:\n\n- You have more code.\n- You have code that needs compiling.\n- You have static files that are parsed in to your Javascript.\n\nThe same is true for your frontend unit tests.\nThe tests slow down for the same reasons as above with a few additions:\n\n- You have added animations to your components.\n- You have code that uses other types of delays that the test needs to wait for.\n\nIn this video I will show you how modular thinking can help with these issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffchristenson%2Fbundling-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffchristenson%2Fbundling-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffchristenson%2Fbundling-architecture/lists"}