Dilip23 / reason-react-select

A demo app using ReasonML and next

Home Page:https://ahrefs-task.dmtr-kovalenko.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A demo application using react-select and ReasonML

Checkout this app running at https://ahrefs-task.dmtr-kovalenko.vercel.app/

This example features:

  • Have inbound /api/countries route written in Reason
  • Have a select component that queries route and shows the options
  • Have couple of cypress tests confimring this behavior

Make sure

Real entry point of application is components/root.re because bunch of reason declarations just doesn't support SSR because of missing cjs output.

Deploy your own

Deploy the example using Vercel right now:

Deploy with Vercel

How to use

Run locally

yarn
yarn dev

Run Cypress tests

yarn test

Deploy to vercel via CLI

yarn now

About

A demo app using ReasonML and next

https://ahrefs-task.dmtr-kovalenko.vercel.app/


Languages

Language:Reason 49.6%Language:C++ 36.4%Language:JavaScript 10.1%Language:TypeScript 3.8%