{"id":19237155,"url":"https://github.com/epicweb-dev/react-and-the-vanishing-network","last_synced_at":"2025-04-21T05:32:46.048Z","repository":{"id":256329504,"uuid":"843834023","full_name":"epicweb-dev/react-and-the-vanishing-network","owner":"epicweb-dev","description":"A step-by-step walk through the history of web app architecture","archived":false,"fork":false,"pushed_at":"2025-03-19T21:56:22.000Z","size":1437,"stargazers_count":19,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-01T10:35:49.493Z","etag":null,"topics":["epicreact-dev","epicweb-dev","react","workshop"],"latest_commit_sha":null,"homepage":"https://vanishing-network.epicreact.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epicweb-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-08-17T15:03:18.000Z","updated_at":"2025-03-19T21:56:26.000Z","dependencies_parsed_at":"2024-12-24T07:37:06.848Z","dependency_job_id":"7cd06bb7-ba05-4e63-b7f4-ee6d7b68a4a2","html_url":"https://github.com/epicweb-dev/react-and-the-vanishing-network","commit_stats":null,"previous_names":["epicweb-dev/react-and-the-vanishing-network"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Freact-and-the-vanishing-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Freact-and-the-vanishing-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Freact-and-the-vanishing-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Freact-and-the-vanishing-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epicweb-dev","download_url":"https://codeload.github.com/epicweb-dev/react-and-the-vanishing-network/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250002314,"owners_count":21359093,"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":["epicreact-dev","epicweb-dev","react","workshop"],"created_at":"2024-11-09T16:25:03.455Z","updated_at":"2025-04-21T05:32:45.540Z","avatar_url":"https://github.com/epicweb-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv\u003e\n  \u003ch1 align=\"center\"\u003e\u003ca href=\"https://www.epicweb.dev/workshops\"\u003eReact and the Vanishing Network 🧙\u003c/a\u003e\u003c/h1\u003e\n  \u003cstrong\u003e\n    A step-by-step walk through the history of web app architecture\n  \u003c/strong\u003e\n  \u003cp\u003e\n    We go through Multi-Page Apps (MPA), to Progressively Enhanced Multi-Page Apps (PEMPA), to Single Page Apps (SPA), and then to Progressively Enhanced Single Page Apps (PESPA). In the process, we can watch how the code we have to write involving the network expands and then disappears thanks to React Server Components and Actions.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca\n    alt=\"Epic Web logo with the words Deployed Version\"\n    href=\"https://epicweb-dev-react-and-the-vanishing-network.fly.dev/\"\n  \u003e\n    \u003cimg\n      width=\"300px\"\n      src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/254000390-447a3559-e7b9-4918-947a-1b326d239771.png\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n[![Build Status][build-badge]][build]\n[![GPL 3.0 License][license-badge]][license]\n[![Code of Conduct][coc-badge]][coc]\n\u003c!-- prettier-ignore-end --\u003e\n\n## Prerequisites\n\n- A basic understanding of web development\n\n## Pre-workshop Resources\n\nHere are some resources you can read before taking the workshop to get you up to\nspeed on some of the tools and concepts we'll be covering:\n\n- The Web's Next Transition:\n  [article](https://www.epicweb.dev/the-webs-next-transition),\n  [talk](https://www.youtube.com/watch?v=VXR-994OkCM\u0026list=PLV5CVI1eNcJgNqzNwcs4UKrlJdhfDjshf),\n  and [slides](https://slides.com/kentcdodds/the-webs-next-transition)\n\n## System Requirements\n\n- [git][git] v2.18 or greater\n- [NodeJS][node] v18 or greater\n- [npm][npm] v8 or greater\n\nAll of these must be available in your `PATH`. To verify things are set up\nproperly, you can run this:\n\n```shell\ngit --version\nnode --version\nnpm --version\n```\n\nIf you have trouble with any of these, learn more about the PATH environment\nvariable and how to fix it here for [windows][win-path] or\n[mac/linux][mac-path].\n\n## Setup\n\nThis is a pretty large project (it's actually many apps in one) so it can take\nseveral minutes to get everything set up the first time. Please have a strong\nnetwork connection before running the setup and grab a snack.\n\n\u003e **Warning**: This repo is _very_ large. Make sure you have a good internet\n\u003e connection before you start the setup process. The instructions below use\n\u003e `--depth` to limit the amount you download, but if you have a slow connection,\n\u003e or you pay for bandwidth, you may want to find a place with a better\n\u003e connection.\n\nFollow these steps to get this set up:\n\n```sh nonumber\ngit clone --depth 1 https://github.com/epicweb-dev/react-and-the-vanishing-network.git\ncd react-and-the-vanishing-network\nnpm run setup\n```\n\nIf you experience errors here, please open [an issue][issue] with as many\ndetails as you can offer.\n\n## The Workshop App\n\nLearn all about the workshop app on the\n[Epic Web Getting Started Guide](https://www.epicweb.dev/get-started).\n\n[![Kent with the workshop app in the background](https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/280407082-0e012138-e01d-45d5-abf2-86ffe5d03c69.png)](https://www.epicweb.dev/get-started)\n\n\u003c!-- prettier-ignore-start --\u003e\n[npm]: https://www.npmjs.com/\n[node]: https://nodejs.org\n[git]: https://git-scm.com/\n[build-badge]: https://img.shields.io/github/actions/workflow/status/epicweb-dev/react-and-the-vanishing-network/validate.yml?branch=main\u0026logo=github\u0026style=flat-square\n[build]: https://github.com/epicweb-dev/react-and-the-vanishing-network/actions?query=workflow%3Avalidate\n[license-badge]: https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square\n[license]: https://github.com/epicweb-dev/react-and-the-vanishing-network/blob/main/LICENSE\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square\n[coc]: https://kentcdodds.com/conduct\n[win-path]: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/\n[mac-path]: http://stackoverflow.com/a/24322978/971592\n[issue]: https://github.com/epicweb-dev/react-and-the-vanishing-network/issues/new\n\u003c!-- prettier-ignore-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Freact-and-the-vanishing-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicweb-dev%2Freact-and-the-vanishing-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Freact-and-the-vanishing-network/lists"}