{"id":28445362,"url":"https://github.com/suptarr/myintroinrescript","last_synced_at":"2026-04-27T18:34:55.618Z","repository":{"id":104400300,"uuid":"541976842","full_name":"SupTarr/myIntroInReScript","owner":"SupTarr","description":"My introduction to the ReScript that combined with React to make a React component","archived":false,"fork":false,"pushed_at":"2025-05-03T03:41:23.000Z","size":2750,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T22:37:40.594Z","etag":null,"topics":["create-react-app","react","reasonml","tailwind-css"],"latest_commit_sha":null,"homepage":"https://my-intro-in-rescript.suptarr.vercel.app/","language":"ReScript","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/SupTarr.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":"2022-09-27T08:19:05.000Z","updated_at":"2025-05-03T03:41:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"25c000cd-b96d-40e9-a5cb-de126d89732a","html_url":"https://github.com/SupTarr/myIntroInReScript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SupTarr/myIntroInReScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FmyIntroInReScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FmyIntroInReScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FmyIntroInReScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FmyIntroInReScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupTarr","download_url":"https://codeload.github.com/SupTarr/myIntroInReScript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FmyIntroInReScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32349866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"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":["create-react-app","react","reasonml","tailwind-css"],"created_at":"2025-06-06T10:12:37.260Z","updated_at":"2026-04-27T18:34:55.603Z","avatar_url":"https://github.com/SupTarr.png","language":"ReScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# myIntroInReScript\n\nWelcome to my introduction to the **ReScript** that combined with **React** to make a *React component*\n\n---\n\n## Getting Started\n\n### Prerequisites\n\nThis is an example of how to list things you need to use the software and how to install them.\n\n- npm:\n\n```sh\nnpm install npm@latest -g\n```\n\n- Node JS:\n\u003chttps://nodejs.org/en/\u003e\n\n### Installation\n\n- Create React App:\n\n```sh\nnpx create-react-app myIntroInReScript\ncd myIntroInReScript\nnpm install\n```\n\n- Install ReScript locally:\n\n```sh\nnpm install rescript\n```\n\n- Add following dependency to your ReScript project:\n\n```sh\nnpm install @rescript/react\n```\n\n- Then add the following setting to your existing `bsconfig.json`:\n\n```json\n{\n  \"name\": \"your-project-name\",\n  \"sources\": [\n    {\n      \"dir\": \"src\", // update this to wherever you're putting ReScript files\n      \"subdirs\": true\n    }\n  ],\n  \"package-specs\": [\n    {\n      \"module\": \"es6\",\n      \"in-source\": true\n    }\n  ],\n  \"suffix\": \".bs.js\",\n  \"reason\": { \"react-jsx\": 3 },\n  \"bs-dependencies\": [\"@rescript/react\"]\n}\n```\n\n- Add convenience npm scripts to `package.json`:\n\n```json\n\"scripts\": {\n  \"res:build\": \"rescript\",\n  \"res:start\": \"rescript build -w\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Fmyintroinrescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuptarr%2Fmyintroinrescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Fmyintroinrescript/lists"}