{"id":15493449,"url":"https://github.com/crewdevio/insertion-js","last_synced_at":"2026-04-18T00:03:26.300Z","repository":{"id":57274460,"uuid":"255184959","full_name":"crewdevio/Insertion-JS","owner":"crewdevio","description":"build user interfaces using JSX and vDOM 🐱‍👤","archived":false,"fork":false,"pushed_at":"2020-11-10T04:04:38.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T00:45:26.004Z","etag":null,"topics":["insertion-js","javascript","jsx","nodejs","user-interface","vdom","virtual-dom"],"latest_commit_sha":null,"homepage":"https://crewdevio.github.io/Insertion-JS/","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/crewdevio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-04-12T22:55:30.000Z","updated_at":"2022-04-08T13:09:51.000Z","dependencies_parsed_at":"2022-09-17T10:13:05.723Z","dependency_job_id":null,"html_url":"https://github.com/crewdevio/Insertion-JS","commit_stats":null,"previous_names":["crew-dev/insetion-js"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crewdevio%2FInsertion-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crewdevio%2FInsertion-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crewdevio%2FInsertion-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crewdevio%2FInsertion-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crewdevio","download_url":"https://codeload.github.com/crewdevio/Insertion-JS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068265,"owners_count":20718501,"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":["insertion-js","javascript","jsx","nodejs","user-interface","vdom","virtual-dom"],"created_at":"2024-10-02T08:06:47.023Z","updated_at":"2026-04-18T00:03:26.269Z","avatar_url":"https://github.com/crewdevio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/github/license/Crew-Dev/Insertion-JS)](https://github.com/Crew-Dev/Insertion-JS/blob/master/Licence.txt) ![npm](https://img.shields.io/npm/v/insertion)  ![npm bundle size](https://img.shields.io/bundlephobia/min/insertion)\n\n# Insertion JS\n\nInsertion JS is a Javascript library for build user interfaces using JSX and vDOM\n\n## Installation\n\nUse the package manager [npm](https://www.npmjs.com/package/insertion) to install.\n\n```javascript\n\nnpm i insertion\n\n```\n\n## Hello World\n\n⚠ It is important that all jsx components have /_ @jsx insertionJsx _/ at startup so that the compiler does not compile to react js ⚠\n\n```javascript\n/* @jsx insertionJsx */\n\nimport {\n  insertionJsx,\n  createElement,\n  mount,\n  render,\n  Fragment,\n} from \"insertion\";\n\nfunction App({ message }) {\n  return (\n    \u003cFragment\u003e\n      \u003ch1\u003e{message}\u003c/h1\u003e\n    \u003c/Fragment\u003e\n  );\n}\n\nconst app = createElement(\u003cApp message={\"hello world\"} /\u003e);\n\nmount(render(app));\n```\n\n## Running Hello World\n\n```javascript\n\nnpm install\n// working on!\nnpm run start:server\n\n```\n\n## Documentation\n\n[API Reference](/documentation/api.md)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrewdevio%2Finsertion-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrewdevio%2Finsertion-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrewdevio%2Finsertion-js/lists"}