babel-plugin-macros
super-expressive
Our great sponsors
babel-plugin-macros | super-expressive | |
---|---|---|
6 | 6 | |
2,557 | 4,473 | |
- | - | |
0.0 | 0.0 | |
9 days ago | 5 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
babel-plugin-macros
-
Fixing Class Composition in Tailwind CSS
One of the more promising alternatives is twin.macro - a Babel macro that processes Tailwind classes to generate JS objects understandable by various CSS-in-JS libraries. The developer experience (DX) of using it is amazing as you not only get all of Tailwind’s features without much change to your code, but you also get much more flexibility - all that on top of the traditional benefits of CSS-in-JS. Here’s an example code:
-
Jest Error in a NextJS project. babel-jest is unable to find my babel.config.js
MacroError: The macro you imported from "undefined" is being executed outside the context of compilation with babel-plugin-macros. This indicates that you don't have the babel plugin "babel-plugin-macros" configured correctly. Please see the documentation for how to configure babel-plugin-macros properly: https://github.com/kentcdodds/babel-plugin-macros/blob/master/other/docs/user.md
-
A tale of knowledge building
babel-plugin-macros
super-expressive
- i'd like you to meet regex-
- Melody - A language that compiles to regular expressions and aims to be more easily readable and maintainable
-
💡 expressive-glob: Write glob patterns in a super expressive and an easy way!
This project is inspired by super-expressive!
-
A tale of knowledge building
super-expressive is a library to create Regular Expressions (RegExp) in almost natural language. It's useful, simple and well-documented. One downside it's that it's a runtime library, something else to add to our bundle.
- Super-expressive – Write regex in natural language
-
All cashiers need to see is your birth year starting with 1 and they know you're old enough.
Here's an attempt at making regex readable in javascript, https://github.com/francisrstokes/super-expressive
What are some alternatives?
babel-plugin-styled-components - Improve the debugging experience and add server-side rendering support to styled-components
babel-plugin-transform-react-remove-prop-types - Remove unnecessary React propTypes from the production build. :balloon:
jsx-control-statements - Neater If and For for React JSX
nextjs-typescript-starter - A starter project with NextJS, Typescript and Tailwind/Styled Components
babel-plugin-module-resolver - Custom module resolver plugin for Babel
babel-plugin-proposal-pattern-matching - the minimal grammar, high performance JavaScript pattern matching implementation
htm - Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
fluent-regex - A nice fluent and typed way to construct regular expressions
babel-handbook - :blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.
regex-benchmark - It's just a simple regex benchmark of different programming languages.
melody - Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
JSVerbalExpressions - JavaScript Regular expressions made easy