{"id":15956853,"url":"https://github.com/lioncat2002/smikejs","last_synced_at":"2025-04-04T09:28:53.591Z","repository":{"id":188061277,"uuid":"678045943","full_name":"Lioncat2002/SmikeJS","owner":"Lioncat2002","description":"A JSX framework","archived":false,"fork":false,"pushed_at":"2023-11-02T12:59:31.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T20:16:06.116Z","etag":null,"topics":["framework","frontend","javascript","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lioncat2002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-08-13T14:04:49.000Z","updated_at":"2023-10-02T08:59:43.000Z","dependencies_parsed_at":"2023-08-13T15:38:38.601Z","dependency_job_id":"f405daf1-e9cf-4553-889f-47dcf7162cd8","html_url":"https://github.com/Lioncat2002/SmikeJS","commit_stats":null,"previous_names":["lioncat2002/smikejs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lioncat2002%2FSmikeJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lioncat2002%2FSmikeJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lioncat2002%2FSmikeJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lioncat2002%2FSmikeJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lioncat2002","download_url":"https://codeload.github.com/Lioncat2002/SmikeJS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247152174,"owners_count":20892448,"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":["framework","frontend","javascript","react"],"created_at":"2024-10-07T13:36:17.789Z","updated_at":"2025-04-04T09:28:53.559Z","avatar_url":"https://github.com/Lioncat2002.png","language":"JavaScript","readme":"# SmikeJS\n\u003e SmikeJS is a react-esque jsx framework which lets you make frontend applications super fast!\n## Usage:\nTo use SmikeJS, just drop in the Smike.js file into your project and you will be ready to go!\n\n## Example:\n### SmikeJS Counter App:\n```js\nimport Smike from \"./Smike\"\n\n/** @jsx Smike.createElement */\nconst container=document.getElementById(\"app\")\n\nfunction Counter(){\n  const [state,setState]=Smike.useState(1)\n  return (\n    \u003ch1 onClick={()=\u003esetState(c=\u003ec+1)}\u003e\n      Counter: {state}\n    \u003c/h1\u003e\n  )\n}\n\n\nconst element = \u003cCounter/\u003e\nSmike.render(element, container)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flioncat2002%2Fsmikejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flioncat2002%2Fsmikejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flioncat2002%2Fsmikejs/lists"}