utkarshkukreti / draco

Draco is a Rust library for building client side web applications with Web Assembly.
Apache License 2.0
304 stars 18 forks source link

Provide jsx alternative for node construction #28

Open theduke opened 4 years ago

theduke commented 4 years ago

I've started to work on a jsx macro for draco.

Thanks to snax this pretty easy to do.

Would you accept a PR that adds a draco_macros proc macro crate with a jsx macro?

I can also publish it as an external crate, but having it official and re-exported (behind a feature flag) would be nicer.