{"id":16831495,"url":"https://github.com/nonoesp/web-101","last_synced_at":"2026-02-20T17:01:39.915Z","repository":{"id":41779002,"uuid":"196013873","full_name":"nonoesp/web-101","owner":"nonoesp","description":"⚡️ Introduction to React (and webpack and TypeScript and Electron and maybe more).","archived":false,"fork":false,"pushed_at":"2023-01-07T07:55:27.000Z","size":407,"stargazers_count":3,"open_issues_count":44,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-24T10:50:39.471Z","etag":null,"topics":["electron","react","redux","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://nono.ma/about","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nonoesp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-09T13:25:34.000Z","updated_at":"2022-08-14T10:06:10.000Z","dependencies_parsed_at":"2023-02-06T15:15:31.581Z","dependency_job_id":null,"html_url":"https://github.com/nonoesp/web-101","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nonoesp/web-101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoesp%2Fweb-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoesp%2Fweb-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoesp%2Fweb-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoesp%2Fweb-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nonoesp","download_url":"https://codeload.github.com/nonoesp/web-101/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoesp%2Fweb-101/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29658167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"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":["electron","react","redux","typescript","webpack"],"created_at":"2024-10-13T11:44:04.109Z","updated_at":"2026-02-20T17:01:39.898Z","avatar_url":"https://github.com/nonoesp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React 101\n\nIntroduction to React (and webpack and TypeScript and Electron and maybe more).\n\n## 💾 Requirements\n\n- [Git](https://git-scm.com)\n- [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com))\n- [live-server](https://www.npmjs.com/package/live-server)\n\n## 📚 Contents\n\nYou can see what code changes on each chapter by going to its branch and clicking `Compare`.\n\n- [Code changes from `01-webpack` → `02-webpack-config`](https://github.com/nonoesp/react-101/compare/a734770a6da5eb17f9cf0a01070cc31b509e930a..5ff75078ce5cb60063071aa60d6ff29614a3f58b)\n- [Code changes from `02-webpack-config` → `03-typescript`](https://github.com/nonoesp/react-101/compare/5ff75078ce5cb60063071aa60d6ff29614a3f58b..38245ff69cdbde3b30bbaab61fbe86f752ef95de)\n- [Code changes from `03-typescript` → `04-react`](https://github.com/nonoesp/react-101/compare/38245ff69cdbde3b30bbaab61fbe86f752ef95de..1fbee0743286f4c09648909ba9f8252d27c23078)\n\n### 🗺 [Introduction](https://github.com/nonoesp/laravel-mix-quickstart) · Overview\n\n- An quick overview of HTML, SCSS, JavaScript, TypeScript, and webpack.\n- [nonoesp/laravel-mix-quickstart](https://github.com/nonoesp/laravel-mix-quickstart)\n\n### 📦 [Chapter 1](https://github.com/nonoesp/react-101/tree/01-webpack) · Webpack\n\n- The simplest webpack application.\n- \u003chttps://webpack.js.org/guides/getting-started/\u003e (Part 1)\n\n### ⚙️ [Chapter 2](https://github.com/nonoesp/react-101/tree/02-webpack-config) · Webpack config\n\n- Customizing webpack's configuration.\n- \u003chttps://webpack.js.org/guides/getting-started/\u003e (Part 2)\n\n### ⌨️ [Chapter 3](https://github.com/nonoesp/react-101/tree/03-typescript) · TypeScript\n\n- Adding TypeScript to the mix.\n- \u003chttps://webpack.js.org/guides/typescript/\u003e\n\n### 🦠 [Chapter 4](https://github.com/nonoesp/react-101/tree/04-react) · React\n\n- The simplest React application.\n- \u003chttps://www.typescriptlang.org/docs/handbook/react-\u0026-webpack.html\u003e\n\n### ⚡️ [Chapter 5](https://github.com/nonoesp/electron-quick-start) · Electron (Bonus)\n\n- [What is Electron](https://www.youtube.com/watch?v=8YP_nOCO-4Q) (video) · 4 min\n- [electron/electron-quick-start](https://github.com/electron/electron-quick-start)\n- [nonoesp/electron-quick-start](https://github.com/nonoesp/electron-quick-start)\n- [electron-packager](https://github.com/electron-userland/electron-packager)\n\n#### Hello, Electron!\n\n[electron/electron-quick-start](https://github.com/electron/electron-quick-start) is Electron's official quick-start with JavaScript.\n\n```bash\n# Clone this repository\ngit clone https://github.com/electron/electron-quick-start\n# Go into the repository\ncd electron-quick-start\n# Install dependencies\nnpm install\n# Run the app\nnpm start\n```\n\n\n#### Hello, Electron, React \u0026 TypeScript!\n\n[nonoesp/electron-quick-start](https://github.com/nonoesp/electron-quick-start) is Nono's quick-start with Webpack, TypeScript, React, Redux, Jest \u0026 auto-reload.\n\n```bash\n# Clone this repository\ngit clone https://github.com/nonoesp/electron-quick-start\n# Go into the repository\ncd electron-quick-start\n# Install dependencies\nnpm install\n# Run the app\nnpm start\n```\n\n## Author\n\n**Hi. I'm Nono.** I host [Getting Simple](https://gettingsimple.com/podcast)—a podcast about how you can live a more meaningfull, creative, and simple life—[sketch](https://sketch.nono.ma) things that call my attention, and [write](https://gettingsimple.com/writing) essays on enjoying a slower life.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonoesp%2Fweb-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonoesp%2Fweb-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonoesp%2Fweb-101/lists"}