{"id":24241749,"url":"https://github.com/vanilla-jsx/vanilla-jsx","last_synced_at":"2025-09-23T09:32:05.464Z","repository":{"id":47607227,"uuid":"312977472","full_name":"vanilla-jsx/vanilla-jsx","owner":"vanilla-jsx","description":"Vanilla jsx without runtime. HTML Tag return DOM in js, No virtual DOM.","archived":false,"fork":false,"pushed_at":"2020-12-20T07:41:08.000Z","size":778,"stargazers_count":89,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-14T08:49:49.215Z","etag":null,"topics":["customelements","dom","html-tag","javascript","jsx","observable","react","vanilla","vanilla-jsx","vue","webcomponents"],"latest_commit_sha":null,"homepage":"https://vanilla-jsx.github.io/vanilla-jsx/","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/vanilla-jsx.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":"2020-11-15T07:08:57.000Z","updated_at":"2025-01-06T16:46:20.000Z","dependencies_parsed_at":"2022-09-05T11:50:27.616Z","dependency_job_id":null,"html_url":"https://github.com/vanilla-jsx/vanilla-jsx","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilla-jsx%2Fvanilla-jsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilla-jsx%2Fvanilla-jsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilla-jsx%2Fvanilla-jsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilla-jsx%2Fvanilla-jsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanilla-jsx","download_url":"https://codeload.github.com/vanilla-jsx/vanilla-jsx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233963750,"owners_count":18758095,"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":["customelements","dom","html-tag","javascript","jsx","observable","react","vanilla","vanilla-jsx","vue","webcomponents"],"created_at":"2025-01-14T21:40:24.021Z","updated_at":"2025-09-23T09:32:00.068Z","avatar_url":"https://github.com/vanilla-jsx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vanilla-jsx\n\n\u003e Vanilla jsx without runtime.\n\u003e\n\u003e HTML Tag return DOM in js, No virtual DOM.\n\n```js\nconst content = \u003cdiv\u003eThis is content.\u003c/div\u003e;\ndocument.body.append(content);\n```\n\n[Run](https://vanilla-jsx.github.io/vanilla-jsx/)\n\n## install and config\n\n```bash\nnpm i @vanilla-jsx/jsx-runtime\n```\n\nand edit `babel.config.js` or `.babelrc` or other babel config:\n\n```js\n...\n    presets: [\n        ...\n        [\n            '@babel/preset-react', {\n                runtime: 'automatic',\n                importSource: '@vanilla-jsx'\n            }\n        ]\n    ]\n...\n```\n\nthen, coding js with jsx.\n\n[simple source](https://github.com/vanilla-jsx/vanilla-jsx/tree/main/examples/simple)\n\n## Documentation\n\n- Getting started\n    - [Lowercase is HTML Tag](https://vanilla-jsx.github.io/vanilla-jsx/#/Lowercase)\n    - [Kebabcase is WebComponents](https://vanilla-jsx.github.io/vanilla-jsx/#/Kebabcase)\n    - [PascalCase is FunctionExec](https://vanilla-jsx.github.io/vanilla-jsx/#/PascalCase)\n    - [with Reactive - @vanilla-jsx/observer](https://vanilla-jsx.github.io/vanilla-jsx/#/observer)\n- Advanced\n    - [create Offscreen Canvas](https://vanilla-jsx.github.io/vanilla-jsx/#/canvas)\n    - [with jQuery, but not selector](https://vanilla-jsx.github.io/vanilla-jsx/#/jquery)\n    - [render HTML str - @vanilla-jsx/ssr](https://vanilla-jsx.github.io/vanilla-jsx/#/ssr)\n    - [visual Koa Middleware - @vanilla-jsx/koa](https://vanilla-jsx.github.io/vanilla-jsx/#/koa) \u003csup\u003enew\u003c/sup\u003e\n    - [with Markdown - @vanilla-jsx/mdx-loader](https://vanilla-jsx.github.io/vanilla-jsx/#/mdx)\n\nand more: [https://vanilla-jsx.github.io/vanilla-jsx/](https://vanilla-jsx.github.io/vanilla-jsx/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanilla-jsx%2Fvanilla-jsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanilla-jsx%2Fvanilla-jsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanilla-jsx%2Fvanilla-jsx/lists"}