Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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, ...)`