reactive-jsx
v0.0.1
Published
- [x] dom elements - [x] attrs - [x] event handlers - [x] children - [x] texts - [x] composition - [x] components - [ ] dynamic children - [x] props - [ ] optimize replace children - [ ] app mount
Downloads
4
Readme
reactive-components
- [x] dom elements
- [x] attrs
- [x] event handlers
- [x] children
- [x] texts
- [x] composition
- [x] components
- [ ] dynamic children
- [x] props
- [ ] optimize replace children
- [ ] app mount
// Links // - https://github.com/jamiebuilds/babel-handbook/blob/master/translations/nl/plugin-handbook.md // - https://www.the-guild.dev/blog/how-i-build-babel-plugins // - https://lihautan.com/step-by-step-guide-for-writing-a-babel-transformation/
// Typesafe Babel Plugin Development: // - https://github.com/babel/babel/issues/10637#issuecomment-882101248
// traverse - find all global references // https://github.com/babel/babel/discussions/11654