babel-plugin-macros
vite

babel-plugin-macros | vite | |
---|---|---|
6 | 913 | |
2,636 | 74,073 | |
0.0% | 1.5% | |
0.0 | 9.9 | |
about 2 years ago | 1 day ago | |
JavaScript | TypeScript | |
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:
-
[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
vite
-
QRTrust: Privacy-First QR Scanner with Phishing Detection
Vite - Fast build tool and development server
-
Secure Note Manager in React – Part 1: Cryptography with WebCrypto API
The application scaffold was created using the Vite build tool (https://vite.dev/).
-
Monorepo with Bun
vite handles it really well but run via bunx
-
Save time with sumsummary.com!
Frontend Vue with Vite, PrimeVue for components, unDraw for illustrations
-
Bolt Hackathon: Day One
I used Spring Initializr to generate the starting point of my Spring Boot application, using their MySQL guide to set up a database in Docker. I also created a React+Vite app to consume the API I plan on creating.
-
JavaScript is so redundant
Why are there so many JavaScript build tools? Gulp, Grunt, Webpack, Laravel Mix, Rollup.js, and now Vite. And these are just the ones that I've worked with. Haven't we solved this problem? And why build a new tool? Why not improve existing tools?
- BookMS
-
Is create-react-app Deprecated? What You Need to Know in 2025
Vite Documentation Next.js Documentation React Docs
-
🧩 What’s a DApp? How Frontends Talk to Smart Contracts on Arbitrum
Vite + React for the frontend
-
Why Upgrading to Tailwind CSS 4.1.4 Might Be the Best Decision You Make This Year
When I first set up my project, I chose TailwindCSS 3.4.17 because it was stable, reliable, and packed with all the utilities I needed to build a sleek, responsive design. Paired with Vite 6.3.2 for its blazing-fast development server and autoprefixer 10.4.21 to handle browser compatibility, my workflow felt smooth and efficient. However, as the web development landscape evolves, so do the tools we rely on. Recently, TailwindCSS 4.1 was released, and after reading through the official announcement , I realized it’s time to take my project to the next level.
What are some alternatives?
babel-plugin-transform-react-remove-prop-types - Remove unnecessary React propTypes from the production build. :balloon:
Next.js - The React Framework
babel-plugin-styled-components - Improve the debugging experience and add server-side rendering support to styled-components
gulp - A toolkit to automate & enhance your workflow
super-expressive - 🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural language
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
