{"id":21520767,"url":"https://github.com/tntsuperman/rjs","last_synced_at":"2026-03-05T12:32:42.425Z","repository":{"id":260472347,"uuid":"881400966","full_name":"TNTSuperMan/Rjs","owner":"TNTSuperMan","description":"simple, react, fast.","archived":false,"fork":false,"pushed_at":"2025-07-16T18:23:56.000Z","size":225,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T01:51:39.747Z","etag":null,"topics":["framework","javascript","javascript-framework","library","progressive"],"latest_commit_sha":null,"homepage":"https://tntsuperman.github.io/Rjs-homepage/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TNTSuperMan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-10-31T13:56:59.000Z","updated_at":"2025-05-03T01:09:47.000Z","dependencies_parsed_at":"2024-10-31T14:38:51.517Z","dependency_job_id":"a9c2ae9e-ec1f-482c-bf1e-6ffb95cc6016","html_url":"https://github.com/TNTSuperMan/Rjs","commit_stats":null,"previous_names":["tntsuperman/rjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TNTSuperMan/Rjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNTSuperMan%2FRjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNTSuperMan%2FRjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNTSuperMan%2FRjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNTSuperMan%2FRjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TNTSuperMan","download_url":"https://codeload.github.com/TNTSuperMan/Rjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNTSuperMan%2FRjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30124480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","javascript","javascript-framework","library","progressive"],"created_at":"2024-11-24T01:04:06.153Z","updated_at":"2026-03-05T12:32:42.365Z","avatar_url":"https://github.com/TNTSuperMan.png","language":"TypeScript","readme":"# Rjs\nsimple, reactive, fast.\n\n簡易的でリアクティブなフレームワークを目指して開発しています。\n## What\nReactとかのコード多いな～って、リアクティブの部分だけ作って  \nウルトラ単純フレームワーク作りたいな～って。  \nそして生まれた。  \n- Typescript対応\n- 完全()関数型\n- 内部伝達用オブジェクトは使わず、配列で伝達 → コードの無駄を無くす\n## How to use...\n```js\nimport {createVElement as ve, createVText as vt} from \"./dist/R.esm.min.js\";\n\nfunction App(){\n    return ve(\n        \"div\", //Tag\n        ()=\u003e[vt(()=\u003e\"hello, world!\")], //Content\n        ()=\u003e({id:\"app\"}), //Attr\n        {} //Event\n    )\n}\ndocument.body.appendChild(App().node);\n```\n## グローバル変数について\nRjsをnode上でjsdomとか使いたい人向けです  \n設定すべきはwindowのみです。以下のようにしてください。\n```js\nimport * as R from \"./dist/R.esm.min.js\"\nimport {JSDOM} from \"jsdom\"\nglobalThis.window = new JSDOM().window;\n//...Rjsのコード\nconsole.log(R.createVText(()=\u003e\"\"));\n```\n## CDN\n\u003e npmで公開したらunpkgとかjsdelivrが出してくれるんですね\n\n[unpkg](https://unpkg.com/@tntsuperman/rjs/dist/R.global.js)  \n[unpkg(最小化)](https://unpkg.com/@tntsuperman/rjs/dist/R.global.min.js)  \nここで紹介している以外にもモジュール版、CommonJS版、AMD、SystemJS、UMDがあります。以下をご確認ください。  \n[unpkg(リスト)](https://unpkg.com/browse/@tntsuperman/rjs/dist/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftntsuperman%2Frjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftntsuperman%2Frjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftntsuperman%2Frjs/lists"}