{"id":23366995,"url":"https://github.com/mattstypa/sillyapp","last_synced_at":"2025-04-07T23:18:44.814Z","repository":{"id":57359571,"uuid":"153046819","full_name":"MattStypa/sillyapp","owner":"MattStypa","description":"Silly React Store and Router","archived":false,"fork":false,"pushed_at":"2018-10-15T13:19:17.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-25T15:42:17.242Z","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/MattStypa.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":"2018-10-15T03:15:33.000Z","updated_at":"2018-10-15T13:19:43.000Z","dependencies_parsed_at":"2022-09-06T21:40:59.844Z","dependency_job_id":null,"html_url":"https://github.com/MattStypa/sillyapp","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/MattStypa%2Fsillyapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattStypa%2Fsillyapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattStypa%2Fsillyapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattStypa%2Fsillyapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MattStypa","download_url":"https://codeload.github.com/MattStypa/sillyapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744328,"owners_count":20988784,"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-12-21T14:35:23.686Z","updated_at":"2025-04-07T23:18:44.798Z","avatar_url":"https://github.com/MattStypa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SillyApp\n\nThis is combines [SillyStore](https://github.com/MattStypa/sillystore) and [SillyRouter](https://github.com/MattStypa/sillyrouter) into one.\n\n```js\nimport App from 'sillyapp';\n\nconst store = {\n  count: 0,\n};\n\nimport Home from './components/Home.js';\nimport AboutUser from './components/AboutUser.js';\nimport NotFound from './component/NotFound.js';\n\nconst routes = [\n  {name: 'home', path: '/', component: Home},\n  {name: 'aboutUser', path: '/user/:userId', component AboutUser},\n  {name: 404, component: NotFound},\n];\n\nReactDOM.render(\n  \u003cApp store={store} routes={routes}/\u003e,\n  document.getElementById('root')\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattstypa%2Fsillyapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattstypa%2Fsillyapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattstypa%2Fsillyapp/lists"}