https://github.com/kentcdodds/codegen-vs-preval-vs-macros
A comparison of the babel plugins codegen, preval, and macros
https://github.com/kentcdodds/codegen-vs-preval-vs-macros
kcd-edu
Last synced: 6 months ago
JSON representation
A comparison of the babel plugins codegen, preval, and macros
- Host: GitHub
- URL: https://github.com/kentcdodds/codegen-vs-preval-vs-macros
- Owner: kentcdodds
- Created: 2018-06-15T16:27:54.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T23:12:44.000Z (over 4 years ago)
- Last Synced: 2024-10-19T18:27:53.641Z (12 months ago)
- Topics: kcd-edu
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=1queadQ0048&list=PLV5CVI1eNcJgCrPH_e6d57KRUTiDZgs0u
- Size: 3.91 KB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codegen-vs-preval-vs-macros
This is an example of comparing the babel plugins
[codegen](https://github.com/kentcdodds/babel-plugin-codegen),
[preval](https://github.com/kentcdodds/babel-plugin-preval), and
[macros](https://github.com/kentcdodds/babel-plugin-macros)I used it for a dev tip which you can watch
[here](https://www.youtube.com/watch?v=1queadQ0048&list=PLV5CVI1eNcJgCrPH_e6d57KRUTiDZgs0u)