Browser Support & Polyfills
ReScript compiles to modern JavaScript (ES6+ by default), so polyfills are generally not needed.
If you need to support older browsers, use your bundler to transpile and polyfill the output (e.g. Babel or SWC via Webpack, Vite, or esbuild).