jridgewell / babel-plugin-transform-incremental-dom

Turn JSX into IncrementalDOM
MIT License
144 stars 12 forks source link

Add uuidPrefix option #89

Closed jridgewell closed 7 years ago

jridgewell commented 7 years ago

This allow you to specify a unique "prefix" to be used (with a counter) instead of generating a UUID.

Fixes #85.

jridgewell commented 7 years ago

/cc @oravecz.