Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykmnkmi/dartx.dart
Parser and utilities for DartX.
https://github.com/ykmnkmi/dartx.dart
dart jsx
Last synced: about 1 month ago
JSON representation
Parser and utilities for DartX.
- Host: GitHub
- URL: https://github.com/ykmnkmi/dartx.dart
- Owner: ykmnkmi
- License: mit
- Created: 2024-05-13T13:56:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T13:19:06.000Z (4 months ago)
- Last Synced: 2024-09-05T18:39:56.905Z (4 months ago)
- Topics: dart, jsx
- Language: JavaScript
- Homepage: https://ykmnkmi.github.io/dartx.dart/
- Size: 7.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dartx
Parser and utilities for DartX. POC demo. WIP.
JSX alternative for packages like `deact` and `jaspr`.
TODO:
- Comments
- Lower component names
- Collections literal alternative:
- `[t, ...]` > `listOf(T t, ...)`
- `{t, ...}` > `setOf(T t, ...)`
- `{k: v, ...}` > `mapOf(k: v, ...)`