https://github.com/grmvoid/ts-virtual-dom
https://github.com/grmvoid/ts-virtual-dom
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grmvoid/ts-virtual-dom
- Owner: grmvoid
- License: mit
- Created: 2024-05-20T15:02:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-10T12:46:36.000Z (11 months ago)
- Last Synced: 2025-01-02T02:29:32.609Z (5 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-virtual-dom
The virtual dom javascript implementation.
## TODO
- [ ] Implement a diff algorithm.
- [ ] Well documented code (TSDoc).
- [ ] Write the documentation.
- [ ] Add support for the JSX.
- [ ] Add a unit tests.
- [ ] Add a CI pipelines.
- [ ] Improve development process.
- [ ] Improve bundling for the browser support.## License
The MIT License (MIT). Please see [License](LICENSE) for more information.