{"id":14383994,"url":"https://github.com/jide/react-playground","last_synced_at":"2025-06-11T19:06:10.269Z","repository":{"id":138162959,"uuid":"44180435","full_name":"jide/react-playground","owner":"jide","description":"Live editing React components from Atom.","archived":false,"fork":false,"pushed_at":"2015-10-14T07:37:01.000Z","size":154,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T09:12:51.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/jide.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-13T14:04:48.000Z","updated_at":"2024-04-10T00:39:09.000Z","dependencies_parsed_at":"2023-03-13T12:42:04.271Z","dependency_job_id":null,"html_url":"https://github.com/jide/react-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jide/react-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jide%2Freact-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jide%2Freact-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jide%2Freact-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jide%2Freact-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jide","download_url":"https://codeload.github.com/jide/react-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jide%2Freact-playground/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259319740,"owners_count":22839835,"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-08-28T18:01:04.929Z","updated_at":"2025-06-11T19:06:10.247Z","avatar_url":"https://github.com/jide.png","language":"CoffeeScript","readme":"## react-playground-package package\n\n### Install\n\nIf you want to customize the webpack config, create a playground.config.js file\nat the root of your project and export a function like this :\n\n```js\nmodule.exports = function(config, webpack) {\n  // Alter config, inject webpack plugins...\n  return config;\n}\n```\n\n### Usage\n\nIn your project, any folder containing a .playground.js file will then be\npossible to live preview.\nToggle the pane using \"Atom React Playground: Toggle\"\ncommand.\nA .playground.js file might look like this :\n\n```js\nimport React from 'react';\nimport MyComponent from './index';\n\nReact.render(\u003cMyComponent some='prop'/\u003e, document.getElementById('root'));\n```\n\n### Options\n\nYou can change the webpack port in the package options. By default the port is\n8612.\n\n### Browser\n\nAnd if you want to look deeper, open a browser at http://localhost:8612.\n","funding_links":[],"categories":["CoffeeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjide%2Freact-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjide%2Freact-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjide%2Freact-playground/lists"}