11
8
+ 1
0

What is Sucrase?

Sucrase is an alternative to Babel that allows super-fast development builds. Instead of compiling a large range of JS features down to ES5, Sucrase assumes that you're targeting a modern JS runtime (e.g. Node.js 8 or latest Chrome) and focuses on compiling non-standard language extensions: JSX, TypeScript, and Flow.
Sucrase is a tool in the JavaScript Compilers category of a tech stack.
Sucrase is an open source tool with 5.6K GitHub stars and 138 GitHub forks. Here’s a link to Sucrase's open source repository on GitHub

Who uses Sucrase?

Companies

Developers
9 developers on StackShare have stated that they use Sucrase.

Sucrase Alternatives & Comparisons

What are some alternatives to Sucrase?
Babel
Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting for browser support.
Modernizr
It’s a collection of superfast tests or detects as we like to call them which run as your web page loads, then you can use the results to tailor the experience to the user. It tells you what HTML, CSS and JavaScript features the user’s browser has to offer.
Scala.js
It is a safer way to build robust front-end web applications. With it, typos and type-errors are immediately caught and shown to you in your editor, without even needing to compile your code. Refactor any field or method with ease, with the confidence that if you mess it up the editor will tell you immediately
Rome
It is a linter, compiler, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS. It is designed to replace Babel, ESLint, webpack, Prettier, Jest, and others. It unifies functionality that has previously been separate tools. Building upon a shared base allows us to provide a cohesive experience for processing code, displaying errors, parallelizing work, caching, and configuration.
Rome
It is an experimental JavaScript toolchain. It includes a compiler, linter, formatter, bundler, testing framework and more. It aims to be a comprehensive tool for anything related to the processing of JavaScript source code.
See all alternatives

Sucrase's Followers
8 developers follow Sucrase to keep up with related blogs and decisions.