Tired of Typescript? Check out ReScript!

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rescript-schema

    The fastest composable parser/serializer for ReScript (and TypeScript)

  • I have seen something like this in real code, and it led to bugs. ReScript won't allow you to do this, you will have to parse the JSON with a library like rescript-schema (it's like Zod).

  • rescript-react

    Official ReScript bindings for ReactJS

  • Another cool example is that this also works for React component props (ReScript has first class support for React and JSX!).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rescript-compiler

    The compiler for ReScript.

  • ReScript is a fully typed language with an easy to understand JS like syntax, blazing fast compiler, that compiles to JavaScript. You can easily drop it into an existing project, and there is even a way to generate TypeScript types if you want to add it to a TypeScript project!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How does one write React apps in a purely functional style without making the entire codebase a mess?

    2 projects | /r/reactjs | 6 Dec 2023
  • Converting a JavaScript React app to a ReScript React app.

    6 projects | dev.to | 27 Sep 2023
  • JavaScript and Python have made me realise why strong typing is important

    1 project | /r/rust | 6 Jul 2023
  • TypeScript is 'not worth it' Svelte switches to JavaScript and JSDoc

    1 project | news.ycombinator.com | 13 May 2023
  • Learning functional oncepts - Which Language?

    2 projects | /r/functionalprogramming | 1 May 2023