-
Updated
Nov 1, 2020 - JavaScript
{{ message }}
During vuera's existence, there were many issues where people had different hard-to-debug problems trying to get vuera running.
I think it would be helpful if there were an example application with everything set up so that people could reference it in case they have problems.
Transforms styleName to className using compile time CSS module resolution.
Neater If and For for React JSX
Add the opportunity to import modules by the root path
Remove unnecessary React propTypes from the production build.
Build time atomic CSS-in-JS. Baked and ready to serve.
Improve the debugging experience and add server-side rendering support to styled-components
A runtime type system for JavaScript with full Flow compatibility.
【v0.2 no longer maintained】 Fix babel/babel#2212 - Follow the babel@5 behavior for babel@6
A loader for webpack, rollup, babel that loads svg as a React Component
Transpile ES2017 async/await to vanilla ES6 Promise chains: a Babel plugin
Log all assignments and the return value of a function with a simple comment
Extracts string messages from React components that use React Intl.
faster.js is a Babel plugin that compiles idiomatic Javascript to faster, micro-optimized Javascript.
Internationalize react apps within a lunch break
Eliminate wasteful re-rendering in React components caused by inline functions
Babel plugin for removing React properties.
Extract css class names from required css module files, so we can render it on server.
Use Tailwind with any CSS-in-JS library
Enables import syntax for .graphql and .gql files
CSS-in-JS compiler inspired by Facebook's stylex
Babel Plugin that adds useful build time console functions
Generate React PropTypes from TypeScript interfaces or type aliases.
Add a description, image, and links to the babel-plugin topic page so that developers can more easily learn about it.
To associate your repository with the babel-plugin topic, visit your repo's landing page and select "manage topics."
It would be nice to have a babel macro that automatically runs the babel plugin to remove the runtime. That way, this project would work out of the box with "zero" config tools like create-react-app.
I'm thinking it could be something like:
This is similar conceptually to CSS-IN-JS libraries providing a macro for their tools. See https://e