Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions src/layouts/LandingPageLayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -589,30 +589,28 @@ module CuratedResources = {
<div className="text-gray-40"> {React.string("NextJS")} </div>
</>,
descr: "Get started with our NextJS starter template.",
href: "https://github.com/ryyppy/rescript-nextjs-template",
href: "https://github.com/rescript-lang/create-rescript-app/blob/master/templates/rescript-template-nextjs/README.md",
},
/*
{
imgSrc: "/static/vitejs_starter_logo.svg",
title: <>
<div> {React.string("ReScript & ")} </div>
<div style={ReactDOM.Style.make(~color="#6571FB", ())}> {React.string("ViteJS")} </div>
</>,
descr: "Get started with ViteJS and ReScript.",
href: "/",
href: "https://github.com/rescript-lang/create-rescript-app/blob/master/templates/rescript-template-vite/README.md",
},
{
imgSrc: "/static/nodejs_starter_logo.svg",
title: <>
<div> {React.string("ReScript & ")} </div>
<div className="text-gray-40" style={ReactDOM.Style.make(~color="#699D65", ())}>
{React.string("NodeJS")}
</div>
</>,
descr: "Get started with ReScript targeting the Node platform.",
href: "/",
},
*/
// {
// imgSrc: "/static/nodejs_starter_logo.svg",
// title: <>
// <div> {React.string("ReScript & ")} </div>
// <div className="text-gray-40" style={ReactDOM.Style.make(~color="#699D65", ())}>
// {React.string("NodeJS")}
// </div>
// </>,
// descr: "Get started with ReScript targeting the Node platform.",
// href: "/",
// },
]

@react.component
Expand Down