{"id":15382238,"url":"https://github.com/askbeka/graph","last_synced_at":"2026-04-27T05:03:39.777Z","repository":{"id":144020196,"uuid":"73661248","full_name":"askbeka/graph","owner":"askbeka","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-14T03:07:23.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T23:47:10.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/askbeka.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-14T03:00:19.000Z","updated_at":"2016-11-14T03:07:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fc4b201-f8e5-4231-9f49-757c26f9efd2","html_url":"https://github.com/askbeka/graph","commit_stats":{"total_commits":87,"total_committers":26,"mean_commits":"3.3461538461538463","dds":0.367816091954023,"last_synced_commit":"fb54111adfb48c4e8ec1c6c845531f3cdf0b3574"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/askbeka/graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbeka%2Fgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbeka%2Fgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbeka%2Fgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbeka%2Fgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/askbeka","download_url":"https://codeload.github.com/askbeka/graph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbeka%2Fgraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32323215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-01T14:30:26.875Z","updated_at":"2026-04-27T05:03:39.762Z","avatar_url":"https://github.com/askbeka.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e## A Big Update Is Coming\n\n\u003eReact Hot Loader 3 is [on the horizon](https://github.com/gaearon/react-hot-loader/pull/240), and you can try it today ([boilerplate branch](https://github.com/gaearon/react-hot-boilerplate/pull/61), [upgrade example](https://github.com/gaearon/redux-devtools/commit/64f58b7010a1b2a71ad16716eb37ac1031f93915)). It fixes some [long-standing issues](https://twitter.com/dan_abramov/status/722040946075045888) with both React Hot Loader and React Transform, and is intended as a replacement for both. The docs are not there yet, but they will be added before the final release. For now, [this commit](https://github.com/gaearon/redux-devtools/commit/64f58b7010a1b2a71ad16716eb37ac1031f93915) is a good reference.\n\n\nReact Hot Boilerplate\n=====================\n\nThe minimal dev environment to enable live-editing React components.\n\n### ⚠️⚠️⚠️ This Is Experimental and Incomplete! ⚠️⚠️⚠️\n\nThis is **not a good starting point for people learning React.**  \nIt’s experimental and completely lacks any production features.\n\n**Do not use this as an actual project boilerplate!**  \nIf you’re just getting started with React, **use [Create React App](https://github.com/facebookincubator/create-react-app) instead.**\n\n### Usage\n\n```\ngit clone https://github.com/gaearon/react-hot-boilerplate.git\ncd react-hot-boilerplate/\nnpm install\nnpm start\nopen http://localhost:3000\n```\n\nNow edit `src/App.js`.  \nYour changes will appear without reloading the browser like in [this video](http://vimeo.com/100010922).\n\n### Linting\n\nThis boilerplate project includes React-friendly ESLint configuration.\n\n```\nnpm run lint\n```\n\n### Using `0.0.0.0` as Host\n\nYou may want to change the host in `server.js` and `webpack.config.js` from `localhost` to `0.0.0.0` to allow access from same WiFi network. This is not enabled by default because it is reported to cause problems on Windows. This may also be useful if you're using a VM.\n\n### Missing Features\n\nThis boilerplate is purposefully simple to show the minimal configuration for React Hot Loader. For a real project, you'll want to add a separate config for production with hot reloading disabled and minification enabled. You'll also want to add a router, styles and maybe combine dev server with an existing server. This is out of scope of this boilerplate, but you may want to look into [other starter kits](https://github.com/gaearon/react-hot-loader/blob/master/docs/README.md#starter-kits).\n\n### Dependencies\n\n* React\n* Webpack\n* [webpack-dev-server](https://github.com/webpack/webpack-dev-server)\n* [babel-loader](https://github.com/babel/babel-loader)\n* [react-hot-loader](https://github.com/gaearon/react-hot-loader)\n\n### Resources\n\n* [Demo video](http://vimeo.com/100010922)\n* [react-hot-loader on Github](https://github.com/gaearon/react-hot-loader)\n* [Integrating JSX live reload into your workflow](http://gaearon.github.io/react-hot-loader/getstarted/)\n* [Troubleshooting guide](https://github.com/gaearon/react-hot-loader/blob/master/docs/Troubleshooting.md)\n* Ping [@dan_abramov](https://twitter.com/dan_abramov) on Twitter or #reactjs (`chat.freenode.net/reactjs`) on IRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskbeka%2Fgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faskbeka%2Fgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskbeka%2Fgraph/lists"}