{"id":21760260,"url":"https://github.com/ulrikstrid/bs-next","last_synced_at":"2025-04-13T12:34:51.582Z","repository":{"id":85852228,"uuid":"101568721","full_name":"ulrikstrid/bs-next","owner":"ulrikstrid","description":"BuckleScript bindings for next.js","archived":false,"fork":false,"pushed_at":"2018-05-22T17:30:39.000Z","size":100,"stargazers_count":34,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T03:41:30.591Z","etag":null,"topics":["nextjs","react","reason-react","reasonml"],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/ulrikstrid.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-27T17:28:35.000Z","updated_at":"2023-08-23T15:42:29.000Z","dependencies_parsed_at":"2023-03-13T06:59:18.236Z","dependency_job_id":null,"html_url":"https://github.com/ulrikstrid/bs-next","commit_stats":{"total_commits":11,"total_committers":5,"mean_commits":2.2,"dds":0.4545454545454546,"last_synced_commit":"62fe706ae279864d90e81b3b792e34e05f8cf714"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrikstrid%2Fbs-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrikstrid%2Fbs-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrikstrid%2Fbs-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulrikstrid%2Fbs-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulrikstrid","download_url":"https://codeload.github.com/ulrikstrid/bs-next/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647301,"owners_count":21139086,"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":["nextjs","react","reason-react","reasonml"],"created_at":"2024-11-26T11:38:47.480Z","updated_at":"2025-04-13T12:34:51.576Z","avatar_url":"https://github.com/ulrikstrid.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bs-next\n\n[Reason](https://reasonml.github.io) bindings for\n[Next.js](https://github.com/zeit/next.js) v6.\n\n## API\n\nBindings are provided for the only two components provided by Next.js:\n\n* [`Next.Head`](https://github.com/zeit/next.js/tree/6.0.3#populating-head)\n* [`Next.Link`](https://github.com/zeit/next.js/tree/6.0.3#with-link)\n\n## Example\n\n```reason\nlet component = ReasonReact.statelessComponent(\"Index\");\n\nlet make = (_children) =\u003e {\n  ...component,\n  render: (_self) =\u003e\n    \u003cdiv\u003e\n      \u003cNext.Head\u003e\n        \u003ctitle\u003e (ReasonReact.stringToElement(\"My Page Title\")) \u003c/title\u003e\n      \u003c/Next.Head\u003e\n\n      \u003cNext.Link href=\"/about\"\u003e\n        \u003ca\u003e (ReasonReact.stringToElement(\"About\")) \u003c/a\u003e\n      \u003c/Next.Link\u003e\n    \u003c/div\u003e\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulrikstrid%2Fbs-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulrikstrid%2Fbs-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulrikstrid%2Fbs-next/lists"}