{"id":13395102,"url":"https://github.com/tj/react-fatigue-dev","last_synced_at":"2025-03-13T20:31:53.676Z","repository":{"id":65993697,"uuid":"52483969","full_name":"tj/react-fatigue-dev","owner":"tj","description":"Module of modules for making modules","archived":true,"fork":false,"pushed_at":"2017-04-05T06:34:10.000Z","size":10,"stargazers_count":312,"open_issues_count":5,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-08T18:36:56.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/tj.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","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}},"created_at":"2016-02-25T00:14:00.000Z","updated_at":"2023-09-27T02:04:34.000Z","dependencies_parsed_at":"2024-01-13T17:11:40.725Z","dependency_job_id":null,"html_url":"https://github.com/tj/react-fatigue-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Freact-fatigue-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Freact-fatigue-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Freact-fatigue-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Freact-fatigue-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tj","download_url":"https://codeload.github.com/tj/react-fatigue-dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243478295,"owners_count":20297231,"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":[],"created_at":"2024-07-30T17:01:42.100Z","updated_at":"2025-03-13T20:31:53.409Z","avatar_url":"https://github.com/tj.png","language":"Makefile","funding_links":[],"categories":["Makefile","others"],"sub_categories":[],"readme":"\n# React Fatigue Dev\n\nModule of modules and Makefile to reduce the amount of boilerplate when developing React components.\n\n## Installation\n\n```\n$ npm install tj/react-fatigue-dev\n```\n\n## Usage\n\nAdd this module as a dev dependency, and add the following to your project's Makefile:\n\n```Makefile\ninclude node_modules/react-fatigue-dev/Makefile\n```\n\nYou'll now have a number of targets available, see `make help` for details. You may customize the default behaviour\nby overriding the Makefile variables, view ./Makefile to see the defaults.\n\nFor example use port :8000 instead of :3000, and instead of serving ./example, serve ./test:\n\n\n```Makefile\nSERVER_FLAGS = -p 8000 ./test\ninclude node_modules/react-fatigue-dev/Makefile\n```\n\nCheck out [react-click-outside](https://github.com/tj/react-click-outside) for a full example.\n\n## Includes\n\n- fatigue\n- babel-cli\n- babel-preset-es2015\n- babel-preset-react\n- babel-preset-stage-0\n- babelify\n- browserify\n- browserify-hmr\n- ecstatic\n- react\n- react-dom\n- watchify\n- other crazy shit, wtf\n\n## .babelrc\n\nExample babelrc:\n\n```\n{\n  \"presets\": [\"es2015\", \"react\", \"stage-0\"],\n  \"plugins\": [],\n  \"env\": {\n    \"development\": {\n      \"plugins\": [\n        [\"react-transform\", {\n          \"transforms\": [{\n            \"transform\": \"react-transform-hmr\",\n            \"imports\": [\"react\"],\n            \"locals\": [\"module\"]\n          }]\n        }],\n        \"transform-runtime\",\n        \"transform-decorators-legacy\"\n      ]\n    }\n  }\n}\n```\n\n## Links\n\n- [Boilerplate](https://github.com/tj/react-fatigue-dev-boiler) for getting started\n- [Example project](https://github.com/tj/react-click-outside) using react-fatigue-dev\n\n## Badges\n\n![](https://img.shields.io/badge/license-MIT-blue.svg)\n![](https://img.shields.io/badge/status-stable-green.svg)\n[![](http://apex.sh/images/badge.svg)](https://apex.sh/ping/)\n\n---\n\n\u003e [tjholowaychuk.com](http://tjholowaychuk.com) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@tj](https://github.com/tj) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@tjholowaychuk](https://twitter.com/tjholowaychuk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj%2Freact-fatigue-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftj%2Freact-fatigue-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj%2Freact-fatigue-dev/lists"}