{"id":16822552,"url":"https://github.com/strml/react-addons","last_synced_at":"2025-04-11T03:13:09.679Z","repository":{"id":13884038,"uuid":"16582174","full_name":"STRML/react-addons","owner":"STRML","description":"Simple packaging of react addons to avoid fiddly 'react/addons' npm module.","archived":false,"fork":false,"pushed_at":"2015-01-27T13:45:46.000Z","size":397,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T03:13:03.390Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/STRML.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":"2014-02-06T14:46:17.000Z","updated_at":"2023-02-08T10:02:54.000Z","dependencies_parsed_at":"2022-08-23T14:50:08.087Z","dependency_job_id":null,"html_url":"https://github.com/STRML/react-addons","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STRML%2Freact-addons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STRML%2Freact-addons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STRML%2Freact-addons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STRML%2Freact-addons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/STRML","download_url":"https://codeload.github.com/STRML/react-addons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248333603,"owners_count":21086200,"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-10-13T11:04:49.067Z","updated_at":"2025-04-11T03:13:09.654Z","avatar_url":"https://github.com/STRML.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### This package is deprecated\n\nThe bug causing multiple (identical) versions of react is no longer present in React 0.10 with \nBrowserify \u003e= 4. \n\nRather than use this package, simply use `require('react/addons')` in modules that require addons.\n\n# react-addons\n\nThis is an npm package containing *only* the react addons, and not the full react build\nitself (although it requires it). This will play much more nicely with browserify\nand other build tools than the old `require('react/addons')` style.\n\nThis package is a direct copy/paste of the files in `lib/`, with the paths to `/React` changed\nto require the base `react` module. If this module gets significantly out of date, it should\nbe simple to rebuild using the React source.\n\n`react` is a peerDependency of this module, so it won't add extra cruft to your project\nand will work nicely with browserify.\n\n## Example Usage\n\n```js\n\n// Previously, you might access React Addons with this path, which actually\n// returns the entire React library, with addons accessible via the `addons` property.\n// Unfortunately, this can confuse browserify and can add an extra 1MB (unminified)\n// to your build.\nvar React = require('react/addons');\n\n// Now, you can access it this way, separately from React itself, \n// and enjoy the relatively small size (42kb unminified)!\nvar React = require('react');\nvar addons = require('react-addons');\n\n// And the addons are available directly on the module, like so:\nvar classSet = addons.classSet;\n\n// Now, you don't have to worry about changing your require statements\n// throughout your app to use `react/addons`!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrml%2Freact-addons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrml%2Freact-addons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrml%2Freact-addons/lists"}