https://github.com/drewml/babel-plugin-transform-jsx-tagged-templates
Hacky toy project to see if I could compile down JSX to tagged templates for `hyperHTML` or `lit-html`. Don't use this.
https://github.com/drewml/babel-plugin-transform-jsx-tagged-templates
Last synced: about 1 year ago
JSON representation
Hacky toy project to see if I could compile down JSX to tagged templates for `hyperHTML` or `lit-html`. Don't use this.
- Host: GitHub
- URL: https://github.com/drewml/babel-plugin-transform-jsx-tagged-templates
- Owner: DrewML
- Created: 2017-10-03T06:25:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T06:25:31.000Z (over 8 years ago)
- Last Synced: 2025-02-01T22:29:08.794Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# babel-plugin-transform-jsx-tagged-templates
Hacky toy project to see if I could compile down JSX to tagged templates for `hyperHTML` or `lit-html`. Don't use this.