{"id":22843452,"url":"https://github.com/milahu/eslint-plugin-react2solid","last_synced_at":"2026-04-19T13:32:27.910Z","repository":{"id":109859741,"uuid":"559897693","full_name":"milahu/eslint-plugin-react2solid","owner":"milahu","description":"convert react components to solid components","archived":false,"fork":false,"pushed_at":"2022-11-05T13:41:16.000Z","size":102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T05:11:58.053Z","etag":null,"topics":["codemod","codeshift","convert","eslint-plugin","migrate","react","react2solid","solid","solidjs"],"latest_commit_sha":null,"homepage":"","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/milahu.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2022-10-31T10:28:42.000Z","updated_at":"2022-11-05T12:46:24.000Z","dependencies_parsed_at":"2023-04-12T17:47:52.190Z","dependency_job_id":null,"html_url":"https://github.com/milahu/eslint-plugin-react2solid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/milahu/eslint-plugin-react2solid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milahu%2Feslint-plugin-react2solid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milahu%2Feslint-plugin-react2solid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milahu%2Feslint-plugin-react2solid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milahu%2Feslint-plugin-react2solid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milahu","download_url":"https://codeload.github.com/milahu/eslint-plugin-react2solid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milahu%2Feslint-plugin-react2solid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["codemod","codeshift","convert","eslint-plugin","migrate","react","react2solid","solid","solidjs"],"created_at":"2024-12-13T02:14:51.287Z","updated_at":"2026-04-19T13:32:27.889Z","avatar_url":"https://github.com/milahu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-react2solid\n\nconvert react components to solid components\n\n## status\n\n:warning: deprecated in favor of [suid/codemod](https://github.com/swordev/suid/tree/main/packages/codemod), based on [ts-morph](https://github.com/dsherret/ts-morph)\n\n\u003e [suid/codemod](https://github.com/swordev/suid/tree/main/packages/codemod) - Transform your MUI React code to SUID SolidJS. ([live demo](https://suid.io/tools/react-to-solid))\n\n### why not eslint\n\neslint fails at complex transforms, see https://github.com/eslint/eslint/discussions/16486\n\n## why eslint\n\nhttps://npmtrends.com/eslint-vs-jscodeshift-vs-putout-vs-recast-vs-ts-morph-vs-tslint\n\nbefore i used `putout` in\nhttps://github.com/milahu/putout-plugin-react2solid\nputout is based on `recast`\nbut recast has a bug in the JSX pretty-printer\nhttps://github.com/coderaiser/putout/issues/116\nhttps://github.com/benjamn/recast/issues/211\n\n## based on\n\neslint-solid-standalone\nhttps://www.npmjs.com/package/eslint-solid-standalone\nparser: @typescript-eslint/parser\n\nputout\nhttps://www.npmjs.com/package/putout\nparser: @babel/parser via @putout/engine-parser\nparser for TSX: @typescript-eslint/parser\n\nhttps://eslint.org/docs/latest/developer-guide/\n\nhttps://eslint.org/docs/latest/user-guide/configuring/plugins\n\nparser: @typescript-eslint/parser https://eslint.org/docs/latest/user-guide/configuring/plugins#specifying-parser\n\nhttps://playcode.io/react_ts_hooks\n\nhttps://playcode.io/react\n\nhttps://non-traditional.dev/an-intro-to-solidjs-for-react-developers\n\n## tests\n\nhttps://storybook.js.org/blog/interaction-testing-with-storybook/\n\nhttps://medium.com/storybookjs/testing-lib-storybook-react-8c36716fab86\n\n## similar projects\n\n[suid](https://github.com/swordev/suid) - A port of Material-UI (MUI) built with SolidJS.\n\n[suid/codemod](https://github.com/swordev/suid/tree/main/packages/codemod) - Transform your MUI React code to SUID SolidJS. ([live demo](https://suid.io/tools/react-to-solid))\n\n[solid-reactor](https://github.com/yellowsink/solid-reactor) - A compiler to ease the move from React to SolidJS.\n\n[react2solid](https://github.com/rrjanbiah/react2solid) - from scratch?\n\nhttps://github.com/solidjs-community/solid-codemod\n\n[sveltosis](https://github.com/sveltosis/sveltosis) - convert svelte to mitosis. [parser](https://github.com/sveltosis/sveltosis/tree/main/packages/parser) based on svelte parser\n([stories](https://party.sveltosis.dev/))\n([playground](https://try.sveltosis.dev/))\n\n[component-party](https://github.com/matschik/component-party) - Web component JS frameworks overview by their syntax and features.\ncomponents for:\nSvelte\nReact\nVue 3\nAngular\nSolidJS\nLit\nEmber\nAlpine\nQwik\n\n[reactjs-solidjs-bridge](https://github.com/Sawtaytoes/reactjs-solidjs-bridge) - runtime adapter between react and solid\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilahu%2Feslint-plugin-react2solid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilahu%2Feslint-plugin-react2solid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilahu%2Feslint-plugin-react2solid/lists"}