Open Source Libs
Find Open Source Packages
Open Source Libraries
👉
Compilers
👉
Babel Plugin
146 Open Source Babel Plugin Software Projects
Free and open source babel plugin code projects including engines, APIs, generators, and tools.
React Loadable
15490 ⭐
:hourglass_flowing_sand: A higher order component for loading components with promises.
Emotion JS Emotion
11752 ⭐
👩🎤 CSS-in-JS library designed for high performance style composition
Htm
6176 ⭐
Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
Vuera
2994 ⭐
:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
Babel Plugin Module Resolver
2842 ⭐
Custom module resolver plugin for Babel
Babel Plugin Macros
2054 ⭐
🎣 Allows you to build simple compile-time libraries
Babel Plugin React CSS Modules
1889 ⭐
Transforms styleName to className using compile time CSS module resolution.
Jsx Control Statements
1272 ⭐
Neater If and For for React JSX
Babel Plugin Root Import
1048 ⭐
Add the opportunity to import modules by the root path
Babel Plugin Transform React Remove Prop Types
887 ⭐
Remove unnecessary React propTypes from the production build. :balloon:
Babel Plugin Styled Components
822 ⭐
Improve the debugging experience and add server-side rendering support to styled-components
Flow Runtime
812 ⭐
A runtime type system for JavaScript with full Flow compatibility.
Compiled
809 ⭐
Build time atomic CSS in JS without the runtime cost. Bake, consume, extract. Everywhere.
Babel Plugin Add Module Exports
723 ⭐
【v0.2 no longer maintained】 Fix babel/babel#2212 - Follow the
[email protected]
behavior for
[email protected]
React SVG Loader
558 ⭐
A loader for webpack, rollup, babel that loads svg as a React Component
Kneden
519 ⭐
Transpile ES2017 async/await to vanilla ES6 Promise chains: a Babel plugin
Threepointone Glam
483 ⭐
crazy good css in your js
Babel Plugin Sitrep
440 ⭐
Log all assignments and the return value of a function with a simple comment
Babel Plugin React Intl
430 ⭐
Extracts string messages from React components that use React Intl.
Faster.js
423 ⭐
faster.js is a Babel plugin that compiles idiomatic Javascript to faster, micro-optimized Javascript.
I18nize React
387 ⭐
Internationalize react apps within a lunch break
Reflective Bind
359 ⭐
Eliminate wasteful re-rendering in React components caused by inline functions
Babel Plugin CSS Modules Transform
315 ⭐
Extract css class names from required css module files, so we can render it on server.
Babel Plugin React Remove Properties
317 ⭐
Babel plugin for removing React properties. :dash:
Babel Plugin Tailwind Components
294 ⭐
Use Tailwind with any CSS-in-JS library
Ts Nameof
290 ⭐
nameof in TypeScript
Babel Plugin Console
270 ⭐
Babel Plugin that adds useful build time console functions 🎮
Babel Plugin Import Graphql
279 ⭐
Enables import syntax for .graphql and .gql files
Grafoo
263 ⭐
A GraphQL Client and Toolkit
Babel Blade
254 ⭐
(under new management!) ⛸️Solve the Double Declaration problem with inline GraphQL. Babel plugin/macro that works with any GraphQL client!
S2s
249 ⭐
Coding time Compile. A tool to write code fastest.
Babel Plugin Typescript To Proptypes
258 ⭐
Generate React PropTypes from TypeScript interfaces or type aliases.
Effectful.js
254 ⭐
JavaScript embedded effects compiler
Eslint Import Resolver Babel Module
230 ⭐
Custom eslint resolve for babel-plugin-module-resolver
Babel Plugin React Intl Auto
199 ⭐
i18n for the component age. Auto management react-intl ID.
Babel Plugin Wildcard
164 ⭐
Wildcard imports import a directories JS files
Param.macro
163 ⭐
Partial application syntax and lambda parameters for JavaScript, inspired by Scala's `_` & Kotlin's `it`
Babel Plugin React HTML Attrs
165 ⭐
Babel plugin which transforms HTML and SVG attributes on JSX host elements into React-compatible attributes
Babel Plugin React Docgen
148 ⭐
📝 Babel plugin to add react-docgen info into your code.
Babel Plugin Object To JSon Parse
147 ⭐
This plugin converts object literal to JSON.parse
Babel Plugin Transform Incremental Dom
144 ⭐
Turn JSX into IncrementalDOM
Babel Plugin Graphql Tag
142 ⭐
Compiles GraphQL tagged template strings using graphql-tag.
Graphql Let
155 ⭐
A tool to get results of GraphQL code generator closer to you with types.
Babel Plugin Polished
134 ⭐
Compile polished helper functions at build time
Babel Plugin Transform Typescript Metadata
120 ⭐
Babel plugin to emit decorator metadata like typescript compiler
Babel Plugin Runtyper
117 ⭐
⚡️ Runtime type-checker for JavaScript
Babel Plugin Mobx Deep Action
109 ⭐
Reduces `action` and `runInAction` boilerplates
Babel Plugin Recharts
106 ⭐
Babel Plugin Prism.js
107 ⭐
A babel plugin to use PrismJS with standard bundlers.
Babel Plugin JSx Adopt
94 ⭐
Babel Jest Assertions
91 ⭐
Babel Plugin that adds safety to your tests by verifying assertions are actually ran 🃏⁉️
Idx.macro
89 ⭐
a 'babel-macros' version of 'babel-plugin-idx'
Babel Plugin React Persist
91 ⭐
Automatically useCallback() & useMemo(); memoize inline functions
Modify Babel Preset
84 ⭐
:dizzy: Create a modified babel preset based on an an existing preset.
JS Proposal Algebraic Effects
91 ⭐
📐Let there be algebraic effects in JS
Babel Plugin Stateful Functional React Components
83 ⭐
Stateful functional React components without runtime overhead
Babel Plugin Captains Log
81 ⭐
Babel plugin that injects helpful details into console statements
Generator Babel Plugin
80 ⭐
Babel Plugin generator for Yeoman
Babel Plugin I18next Extract
78 ⭐
Babel plugin that statically extracts i18next and react-i18next translation keys.
Nornj
69 ⭐
🌠 More exciting JS/JSX based on Template Engine
Sowing Machine
66 ⭐
🌱A React UI toolchain & JSX alternative
Babel Plugin Direct Import
65 ⭐
Babel plugin to cherry pick imports of ES modules
Babel Plugin Transform Require Ignore
65 ⭐
Babel Plugin Loop Optimizer
65 ⭐
Optimizes statements such as `forEach` and `map` to for loops.
Penv.macro
65 ⭐
A macro used with babel-plugin-macros to write configurations for multiple environments, and remove configurations are irrelevant with the specified environment from your codes finally.
Babel Plugin Console Groupify
61 ⭐
A small babel plugin that wraps console.logs inside a console.group with surrounding function name
Astexplorer.app
61 ⭐
https://astexplorer.net with ES Modules support and Hot Reloading
Babel Plugin Partial Application
60 ⭐
[DEPRECATED] Please use https://github.com/citycide/param.macro
Babel Plugin Transform Pipeline
58 ⭐
Compile pipeline operator to ES5
Babel Plugin CSS Prop
55 ⭐
Babel plugin to transpile `css` prop to a styled component. (Experimental)
Tinker.macro
55 ⭐
Evaluate Laravel code at build-time, via Laravel Tinker
Babel Plugin Feature Flags
53 ⭐
A babel transform for managing feature flags
Tagged Translations
55 ⭐
A dead simple babel-plugin for translating texts in React applications
Babel Plugin React Directives
55 ⭐
A babel plugin that provides some directives for react(JSX), similar to directives of vue.
Babel Plugin Template HTML Minifier
52 ⭐
Minify HTML in tagged template strings using html-minifier
Babel Plugin Rewire Exports
53 ⭐
Babel plugin for stubbing [ES6, ES2015] module exports
Babel Plugin Inline SVG
48 ⭐
Babel plugin to optimise and inline svg
Babel Plugin Dotenv Import
55 ⭐
Load environment variables using import statements.
Babel Plugin Ast
43 ⭐
使用 babel 进行 AST 分析和处理
Babel Plugin Annotate Console Log
42 ⭐
Annotates console.log call expression with information about the invocation context.
Postjss
41 ⭐
Use the power of PostCSS in compiling with JSS
Babel Plugin Transform Amd To Common.js
40 ⭐
:sparkles: Babel plugin that transforms AMD to CommonJS
Xwasm
41 ⭐
[Work In Progress] WebAssembly Packager and WASM tooling for modern frontend
Babel Plugin Flow Relay Query
38 ⭐
Babel plugin which converts Flow types into Relay fragments
Babel Plugin Remove Test Ids
38 ⭐
🐠 Babel plugin to strip `data-test-id` HTML attributes
Babel Plugin Optional Require
38 ⭐
Babel plugin to optionaly require modules
Babel Plugin Source Map Support
38 ⭐
A Babel plugin which automatically makes stack traces source-map aware
Babel Plugin Pattern Matching
36 ⭐
Transform 'haskell like' pattern matching. Syntax analyzing based on bitwise operators like |(OR) and &(AND). Transforms to javascript function that comes with plugin as a helpers library.
Babel Plugin Const Enum
34 ⭐
Transform TypeScript `const` enums
Babel Plugin Glamorous Displayname
33 ⭐
A babel plugin for Glamorous displayNames 💄
Reselector
33 ⭐
Use React Components in css selectors
Babel Plugin Import Fix
31 ⭐
alter import module to certain module file path for smaller bundle and better performance
Babel Plugin Object Styles To Template
31 ⭐
Babel plugin to transpile object styles to template literal
Babel Plugin Define Patterns
31 ⭐
Create constants that replace various expressions at build-time
Babel Plugin Transform Hoist Nested Functions
30 ⭐
Babel plugin to move nested functions to outer scopes
Sprockets Bumble_d
29 ⭐
Sprockets plugin to transpile modern javascript using Babel, useful while migrating to ES6 modules
Babel Plugin Transform Relay Hot
28 ⭐
🔥 BabelRelayPlugin with hot reload
Babel Plugin Detective
25 ⭐
Babel plugin that scans the AST for require calls and import statements
Babel Plugin Tailwind Rn
26 ⭐
Allows you to use className="w-full md:w-1/2" syntax in your react native projects.
Babel Plugin Syntax Pipeline
23 ⭐
Allow parsing of pipeline operator |>
Babel Plugin Transform React Qa Classes
26 ⭐
Add component's name in `data-qa` attributes to React Components
Babel Plugin Cloudinary
23 ⭐
Compile cloudinary URLs at build time.
Babel Plugin Transform Replace Expressions
23 ⭐
A Babel plugin for replacing expressions with other expressions
Unique Name.macro
22 ⭐
Babel Plugin Macro to generate unique name
Babel Plugin Console Source
22 ⭐
Add the file name and line numbers to all console logs.
Babel Plugin Transform Export Default Name
21 ⭐
Babel plugin that transforms default exports to named exports.
Babel Plugin Ttag
24 ⭐
:blue_book: ttag - library for extracting and resolving gettext translations extract es6 localization
Babel Plugin Ignite Ignore Reactotron
21 ⭐
Strips Reactotron from production builds for Ignite-based apps.
Babel Plugin React Scope Binding
19 ⭐
🍖 Babel plugin for React component to take event handler to bind context automatically.
Babel Plugin Hyperscript To JSx
18 ⭐
This plugin transforms react-hyperscript into JSX. Intended to be used as codemod.
Babel Plugin No Debugging
17 ⭐
上线前去掉调试代码的Babel插件
Babel Plugin Transform React Handled Props
17 ⭐
Generates handledProps from defaultProps and propTypes during the build :sparkles:
Ricokahler Flair
17 ⭐
a lean, component-centric style system for React components
Babel Plugin Filter Imports
16 ⭐
A babel transform for filtering out imports
Babel Plugin Transform Assets Import To String
16 ⭐
:electric_plug: Babel plugin that transforms image assets import and requires to urls / cdn
Babel Plugin JSx Two Way Binding
15 ⭐
🍺 A two-way data binding solution for React
Jaibascript
14 ⭐
JavaScript en Español
Babel Plugin CSS Generator React Components
15 ⭐
Write styles in your React Component, and get the component styled with .css files automatic generated
Babel Plugin Styled Components Dataset
14 ⭐
Add custom dataset to styled-components for better debuging and testing
Babel Plugin Transform For Of As Array
14 ⭐
Transform all for-of loops into the equivalent array for loop
Babel Plugin Display Name Custom
14 ⭐
display name inference for your custom react component creators
Babel Plugin Pure Calls Annotation
14 ⭐
Babel Plugin Transform Console Log Variable Names
14 ⭐
Babel Plugin Transform Pug To React
13 ⭐
Babel plugin for pug to react
Babel Plugin Styled Components Require
13 ⭐
Babel plugin that adds styled-components import declaration
Autobinder
13 ⭐
Babel Plugin for auto binding your component/class methods in class constructor.
Babel Plugin Gwt
13 ⭐
Data Driven Testing babel plugin inspired by Groovy's Spock framework 🖖
Babel Plugin Transform Remove Imports
13 ⭐
Remove the specified import declaration when you use the babel transform to build the package.
Babel Plugin Transform Rename Properties
14 ⭐
A Babel plugin for renaming JavaScript properties
Babel Plugin Ember Modules API Polyfill
13 ⭐
Polyfill for Ember JS API
Babel Plugin Extract Text
12 ⭐
Babel plugin to extract strings from React components and gettext-like functions into a gettext PO file.
Babel Plugin Optimize I18n
12 ⭐
:key: 优化国际化文案的 Babel 插件,可以减少国际化文案 40% ~ 50% 的 bundle size。
Babel Plugin Transform React JSx Location
12 ⭐
Adds a data-source attribute to JSX tags containing the file name and line number of the original source
Babel Plugin Auto Logger
11 ⭐
Babel Plugin that will automatically add logging to your JS code
Babel Plugin Transform Dev Warning
11 ⭐
Remove development warning from production code
Taddy
12 ⭐
Compile-time Atomic CSS-in-JS
Babel Plugin Transform Metadata
10 ⭐
Reflection metadata support for classes and functions with flowtype type aliases support
Babel Plugin Inline Classnames
11 ⭐
Babel plugin which inlines the result of classnames
Babel Plugin Bare Import Rewrite
10 ⭐
Babel plugin to rewrite bare imports for use on web browsers.
Babel Plugin React Pug
10 ⭐
Use pug in your react components!
Unjquerify
10 ⭐
AST-based tool for converting jQuery code to modern vanilla JavaScript
Power Log
10 ⭐
Babel Plugin Transform Object Literals
10 ⭐
Replace serializable object literals with JSON.parse().
Style9
255 ⭐
CSS-in-JS compiler inspired by Facebook's stylex
Catom
82 ⭐
A 0 runtime CSS in JS library
Babel Plugin Search And Replace
18 ⭐
A small babel plugin to search strings and replace them