rescript

A single article

ReScript, ESLint and the React Compiler

Published

Tags

I'm currently working on a frontend project using and React 19. While I consider myself a competent React developer, I appreciate having tools that help maintain best practices. A linter proves invaluable in ensuring I follow , and since my instinct for React memoization isn't perfectly tuned yet, I'm leveraging the new React compiler to handle that optimization. ReScript doesn't include built-in linting or analysis tools, so in this post, I'll explain how to set up to analyze the JavaScript output. For this setup, I'm using as my JavaScript runtime and package manager. At the time of writing, I'm…