babel-plugin-macros
🎣 Allows you to build simple compile-time libraries (by kentcdodds)
jsx-control-statements
Neater If and For for React JSX (by AlexGilleran)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
babel-plugin-macros | jsx-control-statements | |
---|---|---|
6 | 4 | |
2,636 | 1,617 | |
0.0% | 0.1% | |
0.0 | 0.0 | |
about 2 years ago | over 2 years ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of babel-plugin-macros.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-14.
-
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:
-
[AskJS] My approach to Application Config, what does the JS community think of this?
For example with Babel you could use babel-plugin-macros to execute this file at compile time and replace the file contents with the result of the computation. So appSettings would only have the configs for the current environment and nothing more and your source wouldn't need to change much.
-
I made a package to help you with file-system based routing for react-router-dom
It does require babel-plugin-macros which should also help with keeping things nice and performant in production. The package is part of a larger initiative im trying to achieve which is to create file-system based routing for all mainstream React and React Native routing packages. I have done everything I can to keep it as boilerplate free as I can. To give an example
-
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
-
I am creating a pattern-matching plugin in javascript. This is what it does. Are you interested in using it?
Yes, it also does that. https://github.com/kentcdodds/babel-plugin-macros
-
A tale of knowledge building
babel-plugin-macros
jsx-control-statements
Posts with mentions or reviews of jsx-control-statements.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-09.
-
Dangers of Using <Guard> or <If> Components in React
It's most likely some syntactic sugar plugin for babel. For example, one of these.
-
Advice on JSX Conditionals
Thanks, this is really useful.
I’ve been using this Babel plug-in found it quite intuitive
https://github.com/AlexGilleran/jsx-control-statements
-
what's the best practice for conditional rendering inside a react component.
The project I'm now has been using this package for this: https://www.npmjs.com/package/babel-plugin-jsx-control-statements
-
Ternary operator in rendering vs custom component
I know there are libraries like jsx-control-statements and other solutions.
What are some alternatives?
When comparing babel-plugin-macros and jsx-control-statements you can also consider the following projects:
babel-plugin-transform-react-remove-prop-types - Remove unnecessary React propTypes from the production build. :balloon:
react-templates - Light weight templates for react
babel-plugin-styled-components - Improve the debugging experience and add server-side rendering support to styled-components
hyperx - 🏷 - tagged template string virtual dom builder
super-expressive - 🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural language
babel-plugin-transform-typescript-metadata - Babel plugin to emit decorator metadata like typescript compiler
babel-plugin-macros vs babel-plugin-transform-react-remove-prop-types
jsx-control-statements vs react-templates
babel-plugin-macros vs babel-plugin-styled-components
jsx-control-statements vs hyperx
babel-plugin-macros vs super-expressive
jsx-control-statements vs babel-plugin-transform-typescript-metadata

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured