genType
from-typescript-to-rescript
genType | from-typescript-to-rescript | |
---|---|---|
5 | 2 | |
759 | 31 | |
- | - | |
0.0 | 0.0 | |
11 months ago | over 2 years ago | |
OCaml | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
genType
-
ts-belt - Fast, modern, and practical utility library for FP in TypeScript / Flow / JavaScript. (Faster than ramda, rambda, remeda and lodash/fp.)
I don't really use ts-belt to be certain, but by looking at the source, it seems that it's using genType, which can generate TS types from ReScript values, and that makes interop work really well.
-
ReScript 10.0
They discuss this in their docs.
https://rescript-lang.org/docs/manual/latest/introduction#di...
Seems like a type system for Javascript, built with a differing set of opinions than Typescript.
Looks like they also offer some form of TS interop:
https://rescript-lang.org/docs/gentype/latest/introduction
- From TypeScript to ReScript
-
TS Belt - fast, modern, and practical utility library for FP in TypeScript
TS Belt has been built with ReScript (and its Belt stdlib). ReScript generates highly performant JavaScript code, and with genType it also automatically generates TypeScript types. Moreover, I've added a few codemods to the building process to provide even more code optimizations and cleaner TypeScript signatures.
-
How I Switched from TypeScript to ReScript
To interoperate with TypeScript with proper type information you’ll use third-party genType. Add it as a devDependency and annotate the module export you want to generate with @genType (in previous versions you’d surround annotations with square brackets).
from-typescript-to-rescript
- From TypeScript to ReScript
-
I finished rewriting to ReScript! =)
Here is the link to the repository on Github: https://github.com/greyblake/from-typescript-to-rescript
What are some alternatives?
Idris2 - A purely functional programming language with first class types
purescript - A strongly-typed language that compiles to JavaScript
melange - A mixture of tooling combined to produce JavaScript from OCaml & Reason
Aurelia 2 - Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
zod - TypeScript-first schema validation with static type inference
bukubrow-webext - WebExtension for Buku
lwt - OCaml promises and concurrent I/O
bolt - Bolt is a language with in-built data-race freedom!
Fable: F# |> BABEL - F# to JavaScript, TypeScript, Python, Rust and Dart Compiler
ts-belt - 🔧 Fast, modern, and practical utility library for FP in TypeScript.
react-tree - Hierarchical tree component for React in Typescript