DEV Community

Discussion on: When and Where to use ReScript? The ReScript happy path

Collapse
 
jderochervlk profile image
Josh Derocher-Vlk

Using TypeScript and Rescript together is a great suggestion, especially while ReScript is still growing in popularity and TS is a mega giant. Using TS for the parts that require external libraries with tricky and complicated bindings, and use ReScript for your main components and functions.

Great write up!